Lightbox Mobile Editor

I am not able to edit my lightbox in mobile editor. Is this working as expected? I know major editing has to be done on Desktop editor, but I can’t even adjust fonts or click on the items in mobile editor?

Can we just not use lightboxes in mobile?

Hi David!

You are not mistaken. It is not possible to edit some things in the mobile editor.
But what happens when you still want a different style and fonts in the mobile version?

You can use the formFactor API to determine rather the current use of your site is through a mobile or through desktop.
Then, by postMessaging you can communicate with the Iframe and change the style of the text via code when it appears on mobile.

if (mobile){
//...
//...
 }

Please check the guides I’ve attached.

Hope it helps!
Best of luck!

Doron. :slight_smile: