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

On Chrome & Safari dosen't work animation and images showing too small and circular problem #62

Open
umit86 opened this issue Jan 23, 2012 · 6 comments
Labels

Comments

@umit86
Copy link

umit86 commented Jan 23, 2012

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

@Mottie
Copy link
Contributor

Mottie commented Jan 23, 2012

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">

@umit86
Copy link
Author

umit86 commented Jan 23, 2012

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!

http://www.umitkaraosmanoglu.com/works/yeni/index.html

@Mottie
Copy link
Contributor

Mottie commented Jan 24, 2012

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.

@umit86
Copy link
Author

umit86 commented Jan 26, 2012

Yes, I set the .mb-inside div position:absolute; and bottom:0; for aligning images to bottom, it works all other browsers (including ie7, ie8, ie9) but on webkit not working which I didn't understand why!

Thanks a lot, for helping me.
Umit

@neeethumohan
Copy link

neeethumohan commented Sep 27, 2019

Hello,

In Mozilla and Internet explorer it didn't support for me .Images didn't moving.Please help how you resolve this issue

@Mottie
Copy link
Contributor

Mottie commented Sep 27, 2019

Hi @neeethumohan!

The demo I'm sharing originally used jQuery edge, which breaks everything. Use jQuery v3.3.1 instead (updated demo).

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

No branches or pull requests

3 participants