[wp-trac] [WordPress Trac] #38395: Twenty Seventeen: iPad mini: Images on the front page badly pixelated
WordPress Trac
noreply at wordpress.org
Wed Nov 9 01:12:00 UTC 2016
#38395: Twenty Seventeen: iPad mini: Images on the front page badly pixelated
---------------------------+----------------------------
Reporter: alex27 | Owner: laurelfulford
Type: defect (bug) | Status: closed
Priority: normal | Milestone: 4.7
Component: Bundled Theme | Version:
Severity: normal | Resolution: fixed
Keywords: has-patch | Focuses:
---------------------------+----------------------------
Changes (by davidakennedy):
* status: assigned => closed
* resolution: => fixed
Comment:
In [changeset:"39176"]:
{{{
#!CommitTicketReference repository="" revision="39176"
Twenty Seventeen: Fix badly pixelated images on iOS devices
The CSS property `background-attachment: fixed` is disabled in some mobile
browsers for performance reasons. So here, the fix increases the
breakpoint where the `background-attachment: fixed` is applied to the
front page images. Doing this removes the fixed backgrounds and the issue
from all smaller screens, but the downside is that it also removes the
fixed backgrounds from smaller laptops. It's also possible future devices
could fall into this breakpoint, but this seems to be the most practical
solution.
Props laurelfulford.
Fixes #38395.
}}}
--
Ticket URL: <https://core.trac.wordpress.org/ticket/38395#comment:13>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list