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

Fullscreen images in chrome and opera choppy #2

Open
anim3ghos7 opened this issue Sep 16, 2016 · 5 comments
Open

Fullscreen images in chrome and opera choppy #2

anim3ghos7 opened this issue Sep 16, 2016 · 5 comments

Comments

@anim3ghos7
Copy link

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.
screenshot

@LeahArmstrong
Copy link
Owner

Should be resolved with 64a1308

Updated to transform: translate3d() which should avoid repainting. Worked in Chrome/Opera/Safari/Firefox with an image as the first slide. Browser prefixes have been removed as well, so keep this in mind while maintaining your codebase if you update _fullpage.scss

@anim3ghos7
Copy link
Author

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.

@LeahArmstrong
Copy link
Owner

@anim3ghos7 I'll work on another push for this, but remove the overflow: visible from here and let me know if that fixes it.

@LeahArmstrong LeahArmstrong reopened this Sep 19, 2016
@anim3ghos7
Copy link
Author

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.

@anim3ghos7
Copy link
Author

@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!

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

No branches or pull requests

2 participants