Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

data-zoom-image attribute is not working in safari #185

Open
RahulPort opened this issue Mar 4, 2020 · 0 comments
Open

data-zoom-image attribute is not working in safari #185

RahulPort opened this issue Mar 4, 2020 · 0 comments

Comments

@RahulPort
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant