When I zoom out of my website everything on the page changes is there a way to stop this from happing so that the zoom view stays the same?
Hi @appealing_guanaco! Viewport width and scale are controlled by the viewport meta tag (https://developer.mozilla.org/en-US/docs/Web/HTML/Viewport_meta_tag, https://webdesign.tutsplus.com/quick-tip-dont-forget-the-viewport-meta-tag--webdesign-5972a). Plasmic does not provide a way to set it, but you should be able to tweak it in the framework of your choice (e.g. next.js: https://nextjs.org/docs/app/building-your-application/optimizing/metadata).