CHANGELOG.txt |
CHANGELOG.txt |
|
EPSA Crop 7.x-2.0, 2011-05-05
-----------------------------
Initial release of EPSACrop module for Drupal 7.
EPSA Crop 6.x-1.2, 2011-04-18
-----------------------------
by yvmarques: Delete jQuery UI theme from EPSACrop folder.
Issue #910398 by… |
epsacrop.css |
css/epsacrop.css |
|
.epsacrop-edit-crop-link {
display:inline;
margin-left:200px;
}
.epsacrop-global{
/* width:850px;
height:571px; */
/* border:1px solid red; */
position:relative;
}
.epsacrop-image-crop {
border:1px solid #999999;
… |
epsacrop.info |
epsacrop.info |
|
name = Epsa Crop
description = Allow an user to choose coordinates for different presets on an image.
version = 8.x-2.x-dev
core = 8.x
package = Media
dependencies[] = image |
epsacrop.install |
epsacrop.install |
|
install file for epsacrop.module |
epsacrop.module |
epsacrop.module |
|
The main file of module |
README.txt |
README.txt |
|
-- SUMMARY --
EPSA Crop is a module that allows a user to choose coordinates for different styles on an image. If a user defines coordinates EPSACrop will create a image with the points.
If the user don't change the coordinates, the normal crop… |