This is now fixed, the polyfill is applied correctly but you won't be able to read the correct src value via javascript. For example:
<imgsrc="image.jpg">
objectFitImages();console.log(document.querySelector('img').src);// in semi-modern browsers: http://example.com/image.jpg// in iOS7: data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
None yet
2 participants
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.
vincecarney commentedJul 13, 2016
Page loads and after script runs, image disappears.
Console error - ofi.browser.js:
Typeerror: attempting to change access mechanism for an unconfigurable property
Ipad Mini 2
OS: iOS v7
Browser: Safari
The text was updated successfully, but these errors were encountered: