Video AMM
(function($){
// get the images of the gallery and replace it by a canvas of the same size to fix the problem with overlapping images on load.
$('img[width][height]:not(.wk-overlay-panel)', $('#wk-grida82')).each(function() {
var $img = $(this);
...