56
| <![CDATA[<script type="text/javascript" language="javascript">
hs.graphicsDir = '/js/highslide/graphics/';
hs.outlineType = 'custom';
hs.captionEval = 'this.a.title';
hs.align = 'center';
hs.transitions = ['expand', 'crossfade'];
hs.fadeInOut = true;
hs.dimmingOpacity = 0.8;
hs.marginBottom = 105; // make room for the thumbstrip and the controls
hs.numberPosition = 'caption';
//$("document").ready
/*hs.Expander.prototype.onAfterExpand = function() {
$(".highslide-body iframe #tituloVideo").focus();
}*/
// Add the slideshow controller
hs.addSlideshow({
slideshowGroup: 'group1',
interval: 5000,
repeat: true,
useControls: true,
fixedControls: 'fit',
overlayOptions: {
className: 'text-controls',
opacity: 0.75,
position: 'bottom center',
offsetX: 0,
offsetY: -10,
hideOnMouseOut: true
}
});
// gallery config object
var config1 = {
slideshowGroup: 'group1',
transitions: ['expand', 'crossfade']
};
</script>]]>
|