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

Twenty Twenty – cover-template feature image parallax is not working on iOS #1747

Open
TungstenE2 opened this issue Jan 13, 2020 · 3 comments
Labels
[Status] Core fix needed This issues is coming from a bundled theme (Twenty Something)) core and is being addressed in trac. [Theme] Twenty Twenty Triaged

Comments

@TungstenE2
Copy link

Hi all,

I love Twenty Twenty theme but cover-template featured image scrolling/parallax function is not working on iOS devices (iPhone 6S und ein iPad Pro 10,5” both running on iOS 13.3). Image is zoomed in to the max. Seems like same bug is in twenty seventeen.

This fixes the issue, but the image is fixed this way.

@media only screen 
and (min-device-width: 768px) 
and (max-device-width: 1024px) 
and (-webkit-min-device-pixel-ratio: 2) {
  .cover-header.bg-attachment-fixed {
    background-attachment: scroll;
  }
}

I discovered this behavior by accident using the iPad of a friend. As this is a global problem I would like to ask developers to fix this, either by the code above and a note in the theme documentation or a real fix. Seems like other developers managed to fix parallax image scrolling on iOS devices. But to leave this without notifying the users should not be the case.

thx a lot

@TungstenE2
Copy link
Author

may be related:
#1421

@TungstenE2
Copy link
Author

@mrfoxtalbot mrfoxtalbot added [Theme] Twenty Twenty Triaged [Status] Core fix needed This issues is coming from a bundled theme (Twenty Something)) core and is being addressed in trac. labels Jun 24, 2022
@mrfoxtalbot
Copy link

This seems to be coming from core and I am seeing that there is already a discussion going on in trac. I am going to label this as [Status] Core fix needed but will leave it open until it is resolved in core. Thank you @TungstenE2 !

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
[Status] Core fix needed This issues is coming from a bundled theme (Twenty Something)) core and is being addressed in trac. [Theme] Twenty Twenty Triaged
Projects
None yet
Development

No branches or pull requests

2 participants