Hi! I have some images that animate in on my home page. They display off-screen before they animate in just fine on desktop but on mobile both in webflow and in my live website. But in tablet, mobile vertical and mobile horizontal mode the elements that are off screen before they animate in cause the whole website display area to extend out, showing those hidden elements. This only happens on an actual device, not in webflow designer. What gives?
Just avoid elements sticking out of body/screen width.
You can do this by set overflow: hidden to the sections (divs, containers) which contain bigger images or elements, or check the elements width itself.