fotorama
fotorama copied to clipboard
Fix incompatible fotoramaVersion definition.
I ran into this error: "Uncaught ReferenceError: fotoramaVersion is not defined" at this line:
fotoramaVersion = '4.6.3';
This change should change that into:
var fotoramaVersion = '4.6.3';
:+1: I have this error too, because webpack create "use strict";
.
Same issue.
@artpolikarpov Can you please take a look on this?