imagefield-zenfix.css |
imagefield-zenfix.css |
|
/* Zen - max-width: 100% for img tags in normalize.css messes up ImageField Crop's
* preview and cropbox - we have to set max-width to none to fix it
* per https://drupal.org/node/1779494
*/
div.imagefield-crop-widget img {
max-width: none… |
imagefield_crop.info |
imagefield_crop.info |
|
name = Image crop
description = Add cropping ability to images using javascript
core = 7.x
dependencies[] = image |
imagefield_crop.install |
imagefield_crop.install |
|
|
imagefield_crop.module |
imagefield_crop.module |
|
Provide a widget to crop uploaded image. |
imagefield_crop.theme.inc |
imagefield_crop.theme.inc |
|
Themeable functions for imagefield_crop module. |
jquery.Jcrop.css |
Jcrop/css/jquery.Jcrop.css |
|
/* jquery.Jcrop.css v0.9.12 - MIT License */
/*
The outer-most container in a typical Jcrop instance
If you are having difficulty with formatting related to styles
on a parent element, place any fixes here or in a like selector
You can also… |
jquery.Jcrop.min.css |
Jcrop/css/jquery.Jcrop.min.css |
|
/* jquery.Jcrop.min.css v0.9.12 (build:20130126) */
.jcrop-holder{direction:ltr;text-align:left;}
.jcrop-vline,.jcrop-hline{background:#FFF… |
MIT-LICENSE.txt |
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… |