jquery - Fancybox iFrame content not showing -
i have been using fancybox time , appreciate functionality. using iframe function first time pull pages site developing, these pages within same domain.
you can see same here: http://ee.rouviere.com/photo/portfolio if click on first thumbnail image architecture see page loads incomplete. of styling stripped out , side row of thumbnails missing. can see page pulling here: http://ee.rouviere.com/photo_portfolio
the code using launch iframe is:
$("a.view-preview2").fancybox({ 'framewidth' : 500, 'frameheight' : 500, 'hideoncontentclick': false });
i tried iframe example on fancybox.net , works not sure missing here. appreciated!
thank you.
jquery(document).ready(function() { $("a.image-preview").fancybox({ 'framewidth' : 500, 'frameheight' : 500, 'hideoncontentclick': false, 'type':'iframe' }); });
have tried adding 'type':'iframe'
Comments
Post a Comment