As per title, how do I get an iFrame to load into the Fancy box popup?
Any documentation would be helpful.
Tried to add my code but will not save
< a class=”button fancybox” href=”#contact_form_pop” >Contact Me
< div class=”fancybox-hidden” style=”display: none;” >
< div id=”contact_form_pop” >
< div class=”iframe-loader” >
< iframe style=”border:none;” name=iframe src=”http://my-iframe.com/whatever” width=”100%” height=”800″ scrolling=”no” frameborder=”No” > < /iframe >
< /div >
< /div >
< /div >
Thanks