Hi dear members
i have a another site, and i will put in this site my gallery. I use this script:
Quote:
<p class="rteleft"><iframe marginwidth="1" marginheight="1" src="http://www.mysite.com/gallery/index.php" frameborder="0" width="100%" scrolling="auto" height="100%" style="width: 970px; height: 1500px; overflow-y:scroll overflow-x:hidden"></iframe></p>
I use this script for other sites, without a problem, but with gallery see inside the site only blank
Please could someone advise me in this?
Thanks
Posts: 27300
i think this is for security measures it is not allowed in cross domain sites.
i would have to dig though old commits but your welcome to look as well.
Dave
_____________________________________________
Blog & G2 || floridave - Gallery Team
Posts: 7
Dave, thank you for your answer, i have the gallery site as subdomain. But now i know why see only blank.
IS possible to turn off this security setting?
Posts: 27300
it is hard coded some place I can't recall. So no there is not a 'setting'
Dave
_____________________________________________
Blog & G2 || floridave - Gallery Team
Posts: 7
Ok Dave, thanks
Posts: 27300
https://github.com/gallery/gallery3/commit/50f5286ffbc6a675f97faf629893d2e248382396
Dave
_____________________________________________
Blog & G2 || floridave - Gallery Team
Posts: 8339
you could use the REST interface instead http://galleryproject.org/node/106581
-s
________________________________
All New jQuery Minislideshow for G2/G3
Posts: 7
Dave suprsidr thanks for helping ... ;)