Skip to content

Commit

Permalink
Comment with issue related to WebkitBackfaceVisibility hack.
Browse files Browse the repository at this point in the history
  • Loading branch information
Wilto committed Oct 7, 2014
1 parent 8e870e2 commit ee13442
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/picturefill.js
Original file line number Diff line number Diff line change
Expand Up @@ -368,7 +368,7 @@
hasWebkitBackfaceVisibility = "webkitBackfaceVisibility" in style,
currentZoom = style.zoom;

if (hasWebkitBackfaceVisibility) {
if (hasWebkitBackfaceVisibility) { // See: https://github.com/scottjehl/picturefill/issues/332
style.zoom = ".999";

hasWebkitBackfaceVisibility = picImg.offsetWidth;
Expand Down

0 comments on commit ee13442

Please sign in to comment.