We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1bb2b82 commit 80503a5Copy full SHA for 80503a5
src/lib/supports_pixelated_image.js
@@ -15,7 +15,7 @@ function supportsPixelatedImage() {
15
if(_supportsPixelated !== null) { // only run the feature detection once
16
return _supportsPixelated;
17
}
18
- if(Lib.isIE() || Lib.isSafari() || lib.isIOS()) {
+ if(Lib.isIE() || Lib.isSafari() || Lib.isIOS()) {
19
// NB. Safari passes the test below but the final rendering is not pixelated
20
_supportsPixelated = false;
21
} else {
0 commit comments