frigidlight
Forum Replies Created
-
No idea on this? I managed to fix this problem with an !important tag, but obviously that’s not ideal.
I have used the admin interface and have it configured properly as far as I can tell. I’ll keep plugging away at it, but I will say that if you’re going to claim mobile compatibility, which is not something that many lightbox plugins claim, you should be sure you can test it on various mobile devices so that you can test your software so that you can make that claim. If all you have is an android device, then only claim android compatibility.
And, after checking out the demo you posted in the plugin details, that doesn’t work either. Is there a way to get the mobile functionality that you alluded to in the description of the plugin to work that I’m not understanding?
With a little bit of investigation, it appears to be the viewport meta tag in my header.php which is causing the lightbox window to appear so small. My viewport is as follows:
<meta name="viewport" content="width=device-width, height=1150px"/>I’ve checked and the height attribute has no effect on the lightbox. It appears to be the width attribute which is causing the lightbox to load so small. Does anyone have any experience with this?