Opened 9 years ago
Closed 9 years ago
#35311 closed defect (bug) (duplicate)
4.4 responsive images not working on Ipad
Reported by: | NewEnglandB | Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | normal | Version: | 4.4 |
Component: | Media | Keywords: | reporter-feedback |
Focuses: | Cc: |
Description
I just updated to 4.4 and the responsive image feature is not working on an Ipad, looks fine on laptop and phone, but the images are huge and blurry on the ipad. HELP!! I'm using an updated version of the regular 2012 WordPress theme.
Change History (5)
#3
@
9 years ago
I installed the RICG Responsive image plugin and it looks much better. Do I need to do anything else??
#5
@
9 years ago
- Milestone Awaiting Review deleted
- Resolution set to duplicate
- Status changed from new to closed
Hi @NewEnglandB. Thanks for reporting the problem! I'm glad to head @jorbin's advice fixed your issue.
Looks like this is the same issue reported in #35030. I'm going to close this as a duplicate since we're already tracking the issue over there. Feel free to leave any additional feedback on the other ticket.
Note: See
TracTickets for help on using
tickets.
Hi NewEnglandB, welcome to trac.
Are you using iOS8? IOS8 doesn't have support for srcset with w descriptors. You should be able to add picturefill to polyfill this functionality for older browsers that don't support the new responsive image attributes, but I will warn you that doing so can lead to double downloads in iOS8 (see the "Any Drawbacks" section in this article).
A quick way to test this is to install the RICG Responsive Images plugin, which will add picturefill for you by default. Can you let me know this ends up being correct?