javascript - Where to find a modal window/box that is similar to Pinterest's scrollable modal box? -
i having hard time looking modal box has similar functionality 1 on pinterest.
i using simple-modal (jquery) problems height not dynamic (putting height: auto
has problems) , modal box's position fixed @ center. hence, if content long, have scrollbar on own (inside modal box) instead of being scrollable using browser's main scrollbar. when use main browser's scrollbar, it's scrolling content behind modal (which actual web page) not intend happen.
do have suggestions on use?
if right click on object , open new tab/window, see pinterest overlaying on main page.
that said, might achieve same effect expanding full viewport iframe
semi-transparent background see underlying page.
to sure, i've not come across lightbox clones similar pinterest's custom jquery version hidden somewhere in it's .js file.
status update:
if willing create own method, i've outlined process seen in answer here
Comments
Post a Comment