Open shimbala opened 4 years ago
Hi, i find solution: https://api.jquery.com/size/
If you want to use jquery 3.5.x you must to change jquery.map-trifecta.js (line 35)
change this:
$('<img />').load(function () {
for this:
$('<img />').on('load', function () {
Hi, your fiddle example isn't working with jQuery 3.4.1. Is there a workaround?
Cheers, Erik