jQuery.eraser
jQuery.eraser copied to clipboard
100% width
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.
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.
drawImage(this,0,0) --> drawImage(this,0,0,width,height) 2 places
thanks for Solution