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
When using the "external sites and pages" player along with jQuery, is it possible to get some CSS properties of the external page to dynamically set the width and height of Shadowbox?
When using the "external sites and pages" player along with jQuery, is it possible to get some CSS properties of the external page to dynamically set the width and height of Shadowbox?
For example, something to the effect of this:
Shadowbox.setup($('.sb-page'), {
height: $(target page's element).height(),
width: $(target page's element).width()
});
The text was updated successfully, but these errors were encountered: