Topic: Embedded juicebox gallery on ipad jumps to top
Hi,
I have a bootstrap one page themed site where I have embedded a juicebox gallery.
The site renderes OK on Safari/Chrome etc...even the splash page and all work OK from iPhone...but on iPad I have a problem.
When I scroll to the juicebox gallery portion of the site...it automatically forces the page back to the top, I can not see why.
This is some of the basic code of the page for the galleries.
<span class="breakPoint" id="galpage"></span>
<div class="section bg-light-grey p-no-top p-no-bottom">
<div class="container-fluid p-no-left p-no-right">
<div class="row">
<div class="col-lg-offset-1 col-lg-11">
<h1 class="text-white" style="font-size: 20pt; padding-left: 25px;">BELETTERING</h1>
</div>
</div>
<div class="row">
<div class="col-md-12 fadeIn wow">
<script>
new juicebox({
baseUrl : "gallery/buildings/",
containerId : "juicebox-container",
galleryWidth: "100%",
galleryHeight: "80%",
backgroundColor: "rgba(235,235,235,1)"
});
</script>
<div id="juicebox-container"></div>
</div>
</div>
</div>
</div>
You can find some info on the page at
http://www.olivedesign.be/publik/index.html