[wp-trac] [WordPress Trac] #48195: Twenty Seventeen: Scaling Issue on Front Page Parallax Image Using Safari on iPadOS

WordPress Trac noreply at wordpress.org
Thu Jun 16 14:57:50 UTC 2022


#48195: Twenty Seventeen: Scaling Issue on Front Page Parallax Image Using Safari
on iPadOS
-------------------------------------+------------------------------
 Reporter:  JarretC                  |       Owner:  (none)
     Type:  defect (bug)             |      Status:  new
 Priority:  normal                   |   Milestone:  Awaiting Review
Component:  Bundled Theme            |     Version:
 Severity:  normal                   |  Resolution:
 Keywords:  has-patch needs-testing  |     Focuses:  css
-------------------------------------+------------------------------

Comment (by mrfoxtalbot):

 > One of the users seems to have resolved the issue by commenting out the
 following CSS

 >
 {{{
 .background-fixed .panel-image {
 background-attachment: fixed;
 }
 }}}


 If commenting out that existing CSS is not viable, we can also add the
 following CSS instead:


 {{{
 .background-fixed .panel-image {
         background-attachment: unset;
 }
 }}}

 This issue was also reported in here
 https://github.com/Automattic/themes/issues/1421

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


More information about the wp-trac mailing list