You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: