-
Notifications
You must be signed in to change notification settings - Fork 6
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
Fullscreen images in chrome and opera choppy #2
Comments
Should be resolved with 64a1308 Updated to |
Thanks for the update Dustin, it will now render the image correctly when it goes back to the first slide. However, now none of the other images will display in chrome. Here's a link to the project if you wanna take a look http://creativetest.kissr.com. The images display with the old version but not with the new 'translate3d' version. I'll look through my code in case there's something wrong there, I can't think of what it could be but I'll play around with it. |
@anim3ghos7 I'll work on another push for this, but remove the |
I removed the overflow: hidden and it still won't display the images. Inspector in Chrome shows the images are there when viewing the css but will only display the background color. |
@DustinArmstrong I removed the background-attachment: fixed from my css and that seems to have corrected the issue with both versions of your code. This works for me and I don't think it would be that big an issue for others. Thanks for all your help! |
When using images in the slider in chrome or opera the animation is very choppy depending on the computer viewing the page. Also, when the slider returns to the first slide it doesn't render the image correctly until the screen is scrolled or moved.
The text was updated successfully, but these errors were encountered: