Ghozylabs support process is to get you credentials and upload changes or send you a new .js file. Which works ok but it hinders any online community/knowledge base around the product and also leaves developers at their mercy. (Hint – you should change this!)
Anyone looking to solve the above issue can do so by changing /wp-content/plugins/easy-media-gallery-pro/includes/js/mootools/easymedia.js like this:
ORIGINAL LINE:
{H=h.width;B=h.height;g.setStyles({cursor:"pointer"});
MODIFIED LINE:
{H=h.width;B=B;g.setStyles({cursor:"pointer"});