-
Notifications
You must be signed in to change notification settings - Fork 146
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
On Chrome & Safari dosen't work animation and images showing too small and circular problem #62
Comments
Hi Umit! The issue with Chrome and Safari is that, I think, it's firing off the document ready before it even starts loading the images. So there are no set dimensions. So to solve this, set the image dimensions within the image itself: <img src="myimage.jpg" width="400" height="300"> |
Hey Mottie, I slove this small images problem just adding js codes in "document ready" and "window load" functions but the fisheye animation dosen't work! |
Hmm, I think most of the problems are due to the "mb-inner" div being absolutely positioned. It doesn't resize with the "mb-panel" so that's why it doesn't resize. When I have time, I'll have a closer look at how we can align the panels to the bottom instead of the top. |
Yes, I set the .mb-inside div Thanks a lot, for helping me. |
Hello, In Mozilla and Internet explorer it didn't support for me .Images didn't moving.Please help how you resolve this issue |
Hi @neeethumohan! The demo I'm sharing originally used jQuery edge, which breaks everything. Use jQuery v3.3.1 instead (updated demo). |
Hello, the plugin is great and very usefull.
You can see the live example of my issues on here: http://www.umitkaraosmanoglu.com/works/yeni/index.html
This example works great on firefox, IE (all) and opera but on chrome and safari dosen't work animation and images showing too small.
And when I am circuling from last elemnt to first element dosen't work animaton.
Thanks, best regards,
Umit
The text was updated successfully, but these errors were encountered: