I’m using an iframe which seems to work ok in desktop view. But when wix switches to mobile view when viewing the site, the resulting iframe is about 100px wider than the screen.
I see that my iframe is getting wrapped in another iframe by wix, and that outer iframe is the one that is about 100px too wide.
Is there a setting somewhere I am missing? I am using width=100% attribute on the iframe (the same thing happened when I tried setting it to width=80%.
Thanks