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

Fix image resize/resample 'bug' in Firefox #4

Open
jgehrcke opened this issue Jun 21, 2013 · 0 comments
Open

Fix image resize/resample 'bug' in Firefox #4

jgehrcke opened this issue Jun 21, 2013 · 0 comments

Comments

@jgehrcke
Copy link

In your demo page, when switching images with the 'menu' made by these neat little circles, the images do not just fade, but also some slight size change appears to happen which disturbs the animation.

This problem actually is a known Firefox problem:

https://bugzilla.mozilla.org/show_bug.cgi?id=745549

And there also is a solution to it:

http://support.galleria.io/discussions/problems/2549-minor-but-extremely-annoying-image-resize-artifact-after-fade-transition-on-firefox

Looks like a simple invisible shadow box helps:

box-shadow: #000 0em 0em 0em;

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