When attempting to set backgroundSize with jQuery using the code provided, I consistently encounter an error on the fourth line: "unexpected identifier."
bigwidth = 200;
bigheight = 100;
$(e.target).css({backgroundImage: 'url(' + src + ')',
backgroundSize : bigwidth bigheight
});
Could someone please help identify the issue?
Many thanks.