Start a new topic

Alt tags not being retained by cloudzoom.

We are using the following:
<a href="temp/placeholder-b.png" title="title"><img src="temp/placeholder-b.png" alt="Placeholder" width="535" height="535" data-cloudzoom="zoomImage: 'temp/placeholder-c.png'"></a>

However the output is:

<ul class="navi">
<li class="activeSlide"><a href="#"><img src="temp/placeholder-b.png" width="103"></a></li>
<li><a href="#"><img src="temp/placeholder-b.png" width="103"></a></li>
<li><a href="#"><img src="temp/placeholder-b.png" width="103"></a></li>
<li><a href="#"><img src="temp/placeholder-b.png" width="103"></a></li>
<li><a href="#"><img src="temp/placeholder-b.png" width="103"></a></li>
</ul>

Where are our alt tags going? Why are they removed by the script? How can we prevent this or get them back?

Examples on the home page of the plugin have unadulterated alt tags, but your examples on the 'more examples' page exhibits the same behavior as what we are currently seeing.
1 Comment

I'm an idiot, this has to do with me, not you. My pagerAnchorBuilder is clearing the alt tags. Thanks for the poke in the right direction though!