imagefield_crop.api.php |
imagefield_crop.api.php |
|
|
imagefield_crop.info |
imagefield_crop.info |
|
name = Image crop
description = Add cropping ability to images using javascript
core = 7.x
dependencies[] = image
dependencies[] = entity
files[] = imagefield_crop.module |
imagefield_crop.install |
imagefield_crop.install |
|
Module installation file. |
imagefield_crop.module |
imagefield_crop.module |
|
|
imagefield_crop.views.inc |
includes/imagefield_crop.views.inc |
|
|
jquery.Jcrop.css |
Jcrop/css/jquery.Jcrop.css |
|
/* Fixes issue here http://code.google.com/p/jcrop/issues/detail?id=1 */
.jcrop-holder { text-align: left; }
.jcrop-vline, .jcrop-hline
{
font-size: 0;
position: absolute;
background: white url('Jcrop.gif') top left… |
theme.inc |
theme/theme.inc |
|
|