Pregunta

working with Shadowbox

javascript

<script type="text/javascript" src="../resources/shadowbox-3.0.3/shadowbox.js"></script> 
<script type="text/javascript">
        Shadowbox.init();
</script>

have 3 images:

<a href="../resources/lasea/certified_training/bild1_37.png" rel="shadowbox[certifiedtraining]" title="Image!">Image1</a>
<a href="../resources/lasea/certified_training/bild2_37.png" rel="shadowbox[certifiedtraining]" title="Image!">Image2</a>
<a href="../resources/lasea/certified_training/bild3_37.png" rel="shadowbox[certifiedtraining]" title="Image!">Image3</a>

shadowbox pops it always up with grey background color. i want to turn this effect off and use just a simple image slider. how to do it?

¿Fue útil?

Solución

In the Shadowbox config, set the overlayOpacity to 0.

Licenciado bajo: CC-BY-SA con atribución
No afiliado a StackOverflow
scroll top