Iframe issue to view full page
Hi there,
Hope all of you doing well. I am having issue with Java script. It is an iframe issue. I put a page in another page as an Iframe. It is a kind of gallery. But when click to enter full screen it shows within the page. As a result it does not show full picture. Can any one please help me on this issue to resolve.
Not sure if this is useful code.
Code:
// Load the classic theme
Galleria.loadTheme('galleria.twelve.min.js');
// Initialize Galleria
$('#galleria').galleria({
// Toggles the fullscreen button
_showFullscreen: true,
// Toggles the lightbox button
_showPopout: false,
// Toggles the progress bar when playing a slideshow
_showProgress: true,
// Toggles tooltip
_showTooltip: true,
// Localized strings, modify these if you want tooltips in your language
_locale: {
show_thumbnails: "Show Thumbnails",
hide_thumbnails: "Hide Thumbnails",
play: "Play",
pause: "Pause",
enter_fullscreen: "Enter Fullscreen",
exit_fullscreen: "ExitFullscreen",
popout_image: "Popout image",
showing_image: "Image %s sur %s"
}
});
</script>
Site : http://irelandawamileague.com/new_demo/demo/ActivitiesPages/15thAug_2016.php