Closed (fixed)
Project:
Shadowbox
Version:
6.x-4.2
Component:
Documentation
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
28 Apr 2011 at 18:55 UTC
Updated:
25 May 2011 at 17:59 UTC
How do you feed HTML directly into the drupal module shadowbox? You can do this with normal shadowbox so there must be some way.
Comments
Comment #1
manfer commentedShadowbox examples at github is a good reference to look for the way to do things https://github.com/mjijackson/shadowbox/blob/master/examples/inline.html As you can see on that example you can have a hidden div to open it in shadowbox.
Shadowbox usage gives you a way to do it with shadowbox API function open http://www.shadowbox-js.com/usage.html So an example could be:
Comment #2
nburda commentedThank you so much!
Comment #3
manfer commented