Open GoogleCodeExporter opened 9 years ago
Same problem here. How to solve it? In which selector i have to set max-width
to none?
Original comment by guilherm...@gmail.com
on 16 Aug 2012 at 5:32
I have set all of the images Jcrop creates to max-width: none by way of a
cascading selector.
If that doesn't work for you, or you need a set width for some reason, I would
either try setting the widths on each of the images individually, or set the
width on a bounding div.
Original comment by si...@clearsightdesign.com
on 16 Aug 2012 at 5:46
I just did a little testing on the Jcrop demo, setting the images to max-width:
100% in succession, and found that it was the first image inside of the div
`jcrop-holder`.
So the structure is like so:
<original image>
<div class="jcrop-holder">
<div>
<div>
<image to set max-width: none>
</div>
</div>
</div>
Original comment by si...@clearsightdesign.com
on 16 Aug 2012 at 5:52
Adding the max-width: none to the images work and the cropped image is shown ok
now, but the other error I am expecting with this is that when I mouse over the
cropped region the cursor doesn't change to the arrows and can not move the
cropped region around the image.
Anyone else having this same problem?
Original comment by Ber...@arenaflowers.com
on 27 Nov 2012 at 12:38
It sounds like you either have conflicting styles, incorrect markup, or the
Jcrop javascript isn't loading correctly. Which says nothing really. :P
Can you provide some code? Maybe some screenshots of the issue?
Original comment by si...@clearsightdesign.com
on 27 Nov 2012 at 5:04
I was facing the same problem. This has been fixed. I upgraded from Jcrop
v0.9.8 to v0.9.12 and its working perfect!
@Tapmodo has fixed this and commented on this issue.
https://github.com/twitter/bootstrap/issues/1649
Original comment by kulkarni...@gmail.com
on 25 Feb 2013 at 3:06
Original issue reported on code.google.com by
si...@clearsightdesign.com
on 23 Jul 2012 at 10:03Attachments: