You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What about responsiveness? I implemented this plugin on a responsive website, but if I draw, for example, a big sun in a resolution of 1920x1080 and resize the screen to 1024x768, the drawing moves horizontally and loses its proportion related to the background... :'(
The text was updated successfully, but these errors were encountered:
@carlosnpz You're drawing images, so it's as responsive as an image could be on a site. If the width is resized, the image will resize itself appropriately. Unless I'm missing something you're saying?
Hi guys, I've made a fork and fixed this problem. The resize event is handled, sketch sizes and positions are all recalculated and updated.
Since author doesn't accept pull requests, you can check out the code here: https://github.com/slruslan/sketch.js.
What about responsiveness? I implemented this plugin on a responsive website, but if I draw, for example, a big sun in a resolution of 1920x1080 and resize the screen to 1024x768, the drawing moves horizontally and loses its proportion related to the background... :'(
The text was updated successfully, but these errors were encountered: