You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 8, 2021. It is now read-only.
<ahref="index.html" data-role="button" data-transition="fade" data-icon="arrow-l" data-inline="true">Back to Popups</a>
32
32
<h2>Working with iframes in popups</h2>
33
33
34
34
<p>You may need to embed an iframe into a popup to use a 3rd party widget. Here, we'll walk through a few real-world examples of working with iframes: videos and maps.</p>
<ahref="index.html" data-role="button" data-transition="fade" data-icon="arrow-l" data-inline="true">Back to Popups</a>
32
32
<h2>Scaling images: Lightbox examples</h2>
33
33
34
34
<p>The framework CSS contains rules that make images that are immediate children of the popup scale to fit the screen. Because of the absolute positioning of the popup container and screen, the height is not adjusted to screen height on all browsers. You can prevent vertical scrolling with a simple script that sets the <code>max-height</code> of the image.</p>
0 commit comments