I am need of advice with 2 things regarding a site I have done that can be viewed [here][1]
[1]: http://buhaugane.com and then going to the "Galleri" link.
Here I have used the cycle plugin for a photo gallery, but the content renders erroneously if unless you click on the link again. Obviously this is not desirable and I would like it to render correctly upon first visitation to the page.
Additionally I would also like to know how to to center the slide show on user screen if this is possible? Can the community assist me with implementing this correctly given my code:
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html
PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html
xmlns="http://www.w3.org/1999/xhtml"
xmlns:ui="http://java.sun.com/jsf/facelets"
xml:lang="en" lang="en"
xmlns:h="http://java.sun.com/jsf/html">
<h:body>
<ui:composition template="/template.xhtml">
<ui:define name="meta">
<meta name="description" lang="no" content="Bilder av Buhaugane hyttefelt og område." />
<meta name="description" lang="en" content="Photo gallery of Buhaugane and surroundings." />
<meta name="keywords" lang="en" content="Buhauagane, Norway, Cabin, estate, property, pictures, photos,
images, gallery, scenes, scenary, landscape" />
<meta name="keywords" lang="no" content="buhaugane.com, Buhaugane, hyttefelt, Filefjell, hytter, salg, kjøp, natur, bilder,
foto, landskap, fjell, hytte, tomter, tomt, område"/>
<meta name="SearchDescription" lang="en" content="Buhaugane cabin estate Norway email, phone and contact information."/>
<meta name="SearchDescription" lang="no" content="Photo gallery of Buhaugane and surroundings."/>
</ui:define>
<ui:define name="title"> <title>#{galleri.title}</title></ui:define>
<ui:define name="main">
<div id="slide">
<div class="gallery">
<img jsfc="h:graphicImage"
src="buhauganeImage/full/Buhaugane-Hyttefelt-Filefjell-og-Tomtener-til-salg-1.jpg"
url="buhauganeImage/full/Buhaugane-Hyttefelt-Filefjell-og-Tomtener-til-salg-1.jpg"
title="1.jpg"
alt="#{galleri.altImage} 1"/>
<br/>
<h3><h:outputText value="#{global.foto}Torfinn Skårheim" /></h3>
</div>
<div class="gallery">
<img jsfc="h:graphicImage"
src="buhauganeImage/full/Buhaugane-Hyttefelt-Filefjell-og-Tomtener-til-salg-2.jpg"
url="buhauganeImage/full/Buhaugane-Hyttefelt-Filefjell-og-Tomtener-til-salg-2.jpg"
title="2.jpg"
alt="#{galleri.altImage} 2"/>
<h3><h:outputText value="#{global.foto}Torfinn Skårheim" /></h3>
</div>
<div class="gallery">
<img jsfc="h:graphicImage"
src="buhauganeImage/full/Buhaugane-Hyttefelt-Filefjell-og-Tomtener-til-salg-3.jpg"
url="buhauganeImage/full/Buhaugane-Hyttefelt-Filefjell-og-Tomtener-til-salg-3.jpg"
title="3.jpg"
alt="#{galleri.altImage} 3"/>
<h3><h:outputText value="#{global.foto}Torfinn Skårheim" /></h3>
</div>
<div class="gallery">
<img jsfc="h:graphicImage"
src="buhauganeImage/full/Buhaugane-Hyttefelt-Filefjell-og-Tomtener-til-salg-4.jpg"
url="buhauganeImage/full/Buhaugane-Hyttefelt-Filefjell-og-Tomtener-til-salg-4.jpg"
title="4.jpg"
alt="#{galleri.altImage} 4"/>
<h3><h:outputText value="#{global.foto}Torfinn Skårheim" /></h3>
</div>
<div class="gallery">
<img jsfc="h:graphicImage"
src="buhauganeImage/full/Buhaugane-Hyttefelt-Filefjell-og-Tomtener-til-salg-5.jpg"
url="buhauganeImage/full/Buhaugane-Hyttefelt-Filefjell-og-Tomtener-til-salg-5.jpg"
title="5.jpg"
alt="#{galleri.altImage} 5"/>
<h3><h:outputText value="#{global.foto}Torfinn Skårheim" /></h3>
</div>
<div class="gallery">
<img jsfc="h:graphicImage"
src="buhauganeImage/full/Buhaugane-Hyttefelt-Filefjell-og-Tomtener-til-salg-6.jpg"
url="buhauganeImage/full/Buhaugane-Hyttefelt-Filefjell-og-Tomtener-til-salg-6.jpg"
title="6.jpg"
alt="#{galleri.altImage} 6"/>
<h3><h:outputText value="#{global.foto}Torfinn Skårheim" /></h3>
</div>
<div class="gallery">
<img jsfc="h:graphicImage"
src="buhauganeImage/full/Buhaugane-Hyttefelt-Filefjell-og-Tomtener-til-salg-7.jpg"
url="buhauganeImage/full/Buhaugane-Hyttefelt-Filefjell-og-Tomtener-til-salg-7.jpg"
title="7.jpg"
alt="#{galleri.altImage} 7"/>
<h3><h:outputText value="#{global.foto}Kristoffer" /></h3>
</div>
<div class="gallery">
<img jsfc="h:graphicImage"
src="buhauganeImage/full/Buhaugane-Hyttefelt-Filefjell-og-Tomtener-til-salg-8.jpg"
url="buhauganeImage/full/Buhaugane-Hyttefelt-Filefjell-og-Tomtener-til-salg-8.jpg"
title="8.jpg"
alt="#{galleri.altImage} 8"/>
<h3><h:outputText value="#{global.foto}Kristoffer" /></h3>
</div>
<div class="gallery">
<img jsfc="h:graphicImage"
src="buhauganeImage/full/Buhaugane-Hyttefelt-Filefjell-og-Tomtener-til-salg-9.jpg"
url="buhauganeImage/full/Buhaugane-Hyttefelt-Filefjell-og-Tomtener-til-salg-9.jpg"
title="9.jpg"
alt="#{galleri.altImage} 9"/>
<h3><h:outputText value="#{global.foto}Jan G. Berg" /></h3>
</div>
<div class="gallery">
<img jsfc="h:graphicImage"
src="buhauganeImage/full/Buhaugane-Hyttefelt-Filefjell-og-Tomtener-til-salg-10.jpg"
url="buhauganeImage/full/Buhaugane-Hyttefelt-Filefjell-og-Tomtener-til-salg-10.jpg"
title="10.jpg"
alt="#{galleri.altImage} 10"/>
<h3><h:outputText value="#{global.foto}Håkon Nesse" /></h3>
</div>
<div class="gallery">
<img jsfc="h:graphicImage"
src="buhauganeImage/full/Buhaugane-Hyttefelt-Filefjell-og-Tomtener-til-salg-11.jpg"
url="buhauganeImage/full/Buhaugane-Hyttefelt-Filefjell-og-Tomtener-til-salg-11.jpg"
title="11.jpg"
alt="#{galleri.altImage} 11"/>
<h3><h:outputText value="#{global.foto}Torfinn Skårheim" /></h3>
</div>
<div class="gallery">
<img jsfc="h:graphicImage"
src="buhauganeImage/full/Buhaugane-Hyttefelt-Filefjell-og-Tomtener-til-salg-12.jpg"
url="buhauganeImage/full/Buhaugane-Hyttefelt-Filefjell-og-Tomtener-til-salg-12.jpg"
title="12.jpg"
alt="#{galleri.altImage} 12"/>
<h3><h:outputText value="#{global.foto}Torfinn Skårheim" /></h3>
</div>
<div class="gallery">
<img jsfc="h:graphicImage"
src="buhauganeImage/full/Buhaugane-Hyttefelt-Filefjell-og-Tomtener-til-salg-13.jpg"
url="buhauganeImage/full/Buhaugane-Hyttefelt-Filefjell-og-Tomtener-til-salg-13.jpg"
title="13.jpg"
alt="#{galleri.altImage} 13"/>
<h3><h:outputText value="#{global.foto}Torfinn Skårheim" /></h3>
</div>
<div class="gallery">
<img jsfc="h:graphicImage"
src="buhauganeImage/full/Buhaugane-Hyttefelt-Filefjell-og-Tomtener-til-salg-14.jpg"
url="buhauganeImage/full/Buhaugane-Hyttefelt-Filefjell-og-Tomtener-til-salg-14.jpg"
title="14.jpg"
alt="#{galleri.altImage} 14"/>
<h3><h:outputText value="#{global.foto}Torfinn Skårheim" /></h3>
</div>
<div class="gallery">
<img jsfc="h:graphicImage"
src="buhauganeImage/full/Buhaugane-Hyttefelt-Filefjell-og-Tomtener-til-salg-15.jpg"
url="buhauganeImage/full/Buhaugane-Hyttefelt-Filefjell-og-Tomtener-til-salg-15.jpg"
title="15.jpg"
alt="#{galleri.altImage} 15"/>
<h3><h:outputText value="#{global.foto}Håkon Nesse" /></h3>
</div>
<div class="gallery">
<img jsfc="h:graphicImage"
src="buhauganeImage/full/Buhaugane-Hyttefelt-Filefjell-og-Tomtener-til-salg-16.jpg"
url="buhauganeImage/full/Buhaugane-Hyttefelt-Filefjell-og-Tomtener-til-salg-16.jpg"
title="16.jpg"
alt="#{galleri.altImage} 16"/>
<br/>
<h3><h:outputText value="#{global.foto}Jan G. Berg" /></h3>
</div>
<div class="gallery">
<img jsfc="h:graphicImage"
src="buhauganeImage/full/Buhaugane-Hyttefelt-Filefjell-og-Tomtener-til-salg-17.jpg"
url="buhauganeImage/full/Buhaugane-Hyttefelt-Filefjell-og-Tomtener-til-salg-17.jpg"
title="17.jpg"
alt="#{galleri.altImage} 17"/>
<h3><h:outputText value="#{global.foto}Ole Magne" /></h3>
</div>
<div class="gallery">
<img jsfc="h:graphicImage"
src="buhauganeImage/full/Buhaugane-Hyttefelt-Filefjell-og-Tomtener-til-salg-18.jpg"
url="buhauganeImage/full/Buhaugane-Hyttefelt-Filefjell-og-Tomtener-til-salg-18.jpg"
title="18.jpg"
alt="#{galleri.altImage} 18"/>
<h3><h:outputText value="#{global.foto}Kristoffer" /></h3>
</div>
<div class="gallery">
<img jsfc="h:graphicImage"
src="buhauganeImage/full/Buhaugane-Hyttefelt-Filefjell-og-Tomtener-til-salg-19.jpg"
url="buhauganeImage/full/Buhaugane-Hyttefelt-Filefjell-og-Tomtener-til-salg-19.jpg"
title="19.jpg"
alt="#{galleri.altImage} 19"/>
<h3><h:outputText value="#{global.foto}Kristoffer" /></h3>
</div>
</div>
<script type="text/javascript">
$(document).ready(slideshow);
function slideshow() {
$('#slide').cycle({
fx: 'all',
timeout: 3000,
speed: 1500,
delay: -2000,
after: onAfter ,
pause: 1,
next: '#slide'
});
}
function onAfter(curr, next, opts, fwd) {
var $ht = $(this).height();
//set the container's height to that of the current slide
$(this).parent().animate({height: $ht});
}
</script>
</ui:define>
</ui:composition>
</h:body>
</html>