Is JavaScript:

var img = new Image();
img.src = "1.jpg";
var width = img.width;
var height = img.height;

It is necessary for preliminary loading image and, the main thing, for
preliminary definition width and height.

How same to represent on jQuery?

In advance thanks,
Alexander

Reply via email to