matiasgali/guillotine

Two image selection make conflicts

Closed this issue · 1 comments

Hi, I tried in my webpages and find a conflict when doing more than one picture crop/rotation.
The first one on my page works out fine, but the second is not showing the picture at all after doing picture.guillotine({width:xx,height:xx,eventOnChange: 'xxx'}).
Then I traced back, it happens to be this line in your code.
line 172:
guillotine = canvas.wrap(guillotine).parent();


UPDATE
Sorry, just checked, it was something conflicts with my css.

@lizy1630, you might want to check out this answer too.