maphilight icon indicating copy to clipboard operation
maphilight copied to clipboard

Bug in safari

Open liekeheijne opened this issue 6 years ago • 0 comments

The width and height of the wrapper needs to be set to offsetWidth and offsetHeight.

wrap = $('<div></div>').css({ display:'block', backgroundImage:'url("'+this.src+'")', backgroundSize:'contain', position:'relative', padding:0, width:this.offsetWidth, height:this.offsetHeight });

liekeheijne avatar Jan 04 '19 10:01 liekeheijne