Homepage Lightbox on Mobile Only

My site is best viewed on a computer, so I want a Lightbox to appear for mobile users on the homepage (like a disclaimer/warning type of thing to say “This is best viewed on a computer”).

WixCode allows ‘elements’ to show on mobile only, but is there a way to do it with light boxes too?

if (wixWindow.formFactor !== “Desktop”){

wixWindow.openLightbox(“lightboxID”);

   }