Hi, were you able to figure it out? I am having the same issue and for the life of me can’t find where in the settings to disable scrolling. I simply don’t need it.
Hi guys/gals, this is a hard to tackle issue and most fixes bring along new problems. I’m searching a way that does not bring new conflicts and works on most devices.
If anyone comes across a good way, please let me know 🙂
Thread Starter
SethO
(@setho)
Thank you for your reply.
Would you happen to know at least how to make the 980 width fit on a smart device without getting cut off? As it stands, I have to use at least a 980px width to not have scroll bars, but it I use 980, the iframe gets cut off.
Moderator
Jan Dembowski
(@jdembowski)
Forum Moderator and Brute Squad
Side note: Hi @setho I’ve blocked your sock puppet account @mariemarie10 and please do not do that again. That’s something that is expressly not allowed in these forums.
@setho sadly you cannot have it both ways. fixed width will stay fixed in this case… you could try to add a specific style rule like
#fancybox-content {
max-width: 100%
}
but it will probably cause unexpected results with respects to lightbox other elements .