dinbror / bpopup

bPopup is a lightweight jQuery modal popup plugin (only 1.34KB gzipped). It doesn't create or style your popup but provides you with all the logic like centering, modal overlay, events and more. It gives you a lot of opportunities to customize so it will fit your needs.
http://dinbror.dk/bPopup
427 stars 260 forks source link

scroller in iframe #44

Closed andriusvs closed 9 years ago

andriusvs commented 9 years ago

need autoscroller in iframe

Joshdw commented 9 years ago

Hey Andriusvs, I am pretty sure you can do this with the iframeAttr Option.

iframeAttr [string] (‘scrolling=”no” frameborder=”0″‘) Gives you the possibility to customize the built-in iframe support. Default removes the scrollbar and border. Version 0.9.4

So a string of scrolling="yes" should allow scrollbars and autoscrolling. Not sure though, but good luck.

Edit: Also keep in mind the iframe source needs to be on the same domain or it will not be possible due to Same Origin Policy.

dinbror commented 9 years ago

Not a bpopup issue