[wp-trac] [WordPress Trac] #48802: Twenty Twenty: Fixed Background Image on Cover template bugs on iPad

WordPress Trac noreply at wordpress.org
Wed Jan 29 10:27:16 UTC 2020


#48802: Twenty Twenty: Fixed Background Image on Cover template bugs on iPad
-----------------------------------------+------------------------------
 Reporter:  ianbelanger                  |       Owner:  (none)
     Type:  defect (bug)                 |      Status:  new
 Priority:  normal                       |   Milestone:  Awaiting Review
Component:  Bundled Theme                |     Version:  5.3
 Severity:  normal                       |  Resolution:
 Keywords:  has-screenshots needs-patch  |     Focuses:  css
-----------------------------------------+------------------------------

Comment (by TungstenE2):

 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.

 see link: https://wordpress.org/support/topic/twenty-twenty-cover-
 template-feature-image-parallax-is-not-working-on-io

 thx a lot

-- 
Ticket URL: <https://core.trac.wordpress.org/ticket/48802#comment:5>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform


More information about the wp-trac mailing list