Hi,
in webdeveloper console there is something different.
the first picture k01.jpg is the one which is displayed
the second k02.jpg is not displayed
but I've checked the definition in admin console and there they are identical
<li style="top: 0px; left: 0px; position: absolute; display: none; z-index: 1; width: 905px; height: 426px;">
<article class="wk-content clearfix">
<img width="640" alt="" src="/images/kindertheater/k01.jpg"></img>
</article>
</li>
<li style="top: 0px; left: 0px; position: absolute; display: none; z-index: 2; width: 905px; height: 426px;">
<article class="wk-content clearfix">
<img width="640" alt="" data-src="images/kindertheater/k02.jpg" src="images/kindertheater/k02.jpg"></img>
</article>
</li>
Please Log in or Create an account to join the conversation.