Hello guys,
I’m using a pop up where i display an iframe. The problem is when I use a small screen ( of a laptop) instead of a large one, just a part of my pop is displayed so I need to scroll in order to use iframe’s content.
Does anyone has a solution for this issue.
Thank you,
Hey @ali.assim,
You’ll need to make your pop-up responsive to fit the dimensions of the screen the user is going to be using.
The responsive tab will give you general guidelines, but you’ll want to adjust your pop-up dimensions respond to the page dimensions.
The responsiveness editor will allow you to set conditions - i.e. when page size is (x) by (y) shrink pop up to a minimum of (x) by (y).
You may wanna check on this example: https://betterprogramming.pub/how-to-automatically-resize-an-iframe-7be6bfbb1214
This topic was automatically closed after 70 days. New replies are no longer allowed.