-
Perhaps adding a gulp image optimising task would be better than re-optimising each time manually.
See: https://www.npmjs.org/browse/keyword/img
-
Hello!
Let's get the community going for this great lib! I have posted a question at stack overflow =)
http://stackoverflow.com/questions/21311361/trying-to-make-use-of-jcrop-with-serverside-image-r…
-
Hi guys,
Firstly thanks for this great bundle, it eases a lot the repetitive image uploading work, it is amazing :)
I found VichUploader bundle looking for a Symfony2 solution similar to the old Sym…
-
The 'opened' promise gets called before the modal is in the DOM. I propose we add a
'ready' promise, that allows the controller to tap into the modal content as it needs.
-
```
I joined the following js library :
Calls the method is as follows:
dataType : 'json',
acceptFileTypes : /(\.|\/)(gif|jpe?g|png)$/i,
maxFileSize : 1000000,// 1M…
-
Perhaps it's a noob question but I feel overwhelmed and hopefully you can help.
I'm learning by building an app (node + mongo + angular + yeoman) and I want to include a simple uploader directive for …
-
The application was running ! i restarted my dev server and i got this issue !
-
Hello, I have:
{% set path = asset('uploads/documents/' ~ entity.path) %}
The error :
An exception has been thrown during the rendering of a template ("Unable to open file (/app_dev.php/cache/Ima…
-
One of the most importants options in Jcrop is the aspect ratio.
That option alows you to define the width/height ratio.
Today the aspect ratio is fixed in 1: "aspectRatio": "1.00"
So all crop image…
-
It says here http://deepliquid.com/content/Jcrop_API.html that "As of v0.9.9, to grab a handle to the Jcrop API, use the "ready" callback..." - I can only find v0.9.12 (build:20130126)?
Thanks