jQuery.eraser icon indicating copy to clipboard operation
jQuery.eraser copied to clipboard

100% width

Open Mazzy71 opened this issue 10 years ago • 3 comments

Hi! Is there a possibility to set images to full width, or full height? When i try to do that with css, 100% width has only background image. Foreground has fixed width, so images doesn't overlaps.

Mazzy71 avatar Jan 27 '15 11:01 Mazzy71

This case is not supported right now.

It should be possible to listen to resize events and update everything, but that would require some deep modifications to the plugin. I'm afraid I won't have much time to do this before a while.

boblemarin avatar Jan 27 '15 20:01 boblemarin

drawImage(this,0,0) --> drawImage(this,0,0,width,height) 2 places

abaddonpoet avatar Jul 18 '16 03:07 abaddonpoet

thanks for Solution

huanglei579 avatar Sep 27 '17 01:09 huanglei579