jquery.Jcrop.min.css |
jquery.jcrop/css/jquery.Jcrop.min.css |
|
/* jquery.Jcrop.min.css v0.9.15 (build:20180819) */
.jcrop-holder{direction:ltr;text-align:left;-ms-touch-action:none}.jcrop-hline,.jcrop-vline{background:#fff… |
MIT-LICENSE.txt |
jquery.jcrop/MIT-LICENSE.txt |
|
Copyright (c) 2011 Tapmodo Interactive LLC,
http://github.com/tapmodo/Jcrop
Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
"Software"), to deal in the… |
README.txt |
README.txt |
|
=====================================
========== Intro ====================
=====================================
Simple Crop module provides image widget with cropping behavior.
=====================================
========== Installation… |
simplecrop-widget.tpl.php |
templates/simplecrop-widget.tpl.php |
|
SimpleCrop widget markup template. |
simplecrop.api.inc |
includes/simplecrop.api.inc |
|
Contains CRUD operations for SimpleCrop module. |
simplecrop.api.php |
simplecrop.api.php |
|
Describes hooks defined by SimpleCrop module. |
simplecrop.css |
css/simplecrop.css |
|
.cropped-image .form-wrapper {
position: relative;
overflow: hidden;
}
.cropped-image .form-wrapper img {
position: absolute;
max-width: none;
} |
simplecrop.effects.inc |
includes/simplecrop.effects.inc |
|
Contains definition and implementation of new image style effects. |
simplecrop.field.inc |
includes/simplecrop.field.inc |
|
Contains information about field widget and related functions. |
simplecrop.info |
simplecrop.info |
|
name = Simple Crop
description = Adds functional to crop selected area for image fields.
core = 7.x
dependencies[] = image (>=7.8) |
simplecrop.install |
simplecrop.install |
|
Contains table description for SimpleCrop module. |
simplecrop.module |
simplecrop.module |
|
Contains main hook definitions for SimpleCrop module. |
simplecrop.pages.inc |
includes/simplecrop.pages.inc |
|
Contains page callbacks for SimpleCrop module. |
simplecrop.theme.inc |
includes/simplecrop.theme.inc |
|
Contains theming functions and preprocesses. |