Skip to content

Commit

Permalink
fixes to webp support test
Browse files Browse the repository at this point in the history
  • Loading branch information
amandaghassaei committed Oct 6, 2021
1 parent a496a94 commit cfdf93d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file added assets/support/test.webp
Binary file not shown.
2 changes: 1 addition & 1 deletion js/controls.js
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,7 @@ function initControls(globals){
globals.warn("Video export not supported by this browser, please try again " +
"with the latest version of Google Chrome.");
};
img.src = 'http://www.gstatic.com/webp/gallery/1.webp';
img.src = '../assets/support/test.webp';
})();

});
Expand Down

0 comments on commit cfdf93d

Please sign in to comment.