elevatezoom
elevatezoom copied to clipboard
data-zoom-image attribute is not working in safari
Hi,
My code is as below, I have put an image inside repeater
<asp:Repeater ID="rptZoomImage" runat="server"> <ItemTemplate> <div class="product-details-large" id="ProductPhoto"> <img id="ProductPhotoImg" class="product-zoom" data-image-id="" alt="" data-zoom-image='<%#Eval("ImagePath") %>' src='<%#Eval("ImagePath") %>' /> </div> </ItemTemplate> </asp:Repeater>
The above code is working fine in IE, Chrome and firefox but not in Safari.
Please help