viewing iframe on mobile workaround

Hi Owen,

Welcome to the Wix Code forums.

You can use wix-window.formFactor to determine if the site is running on a mobile or desktop platform. Then just hide() or show() the element.

Have fun,

Yisrael