http://wordpress.org/support/topic/plugin-nextgen-gallery-getting-image-width-and-height-for-html-img-tag-attributes
$size = getimagesize($image->imageURL);
$imageWidth = $size[0];
$imageHeight = $size[1];
time to push the pixels
May 7, 2013
http://wordpress.org/support/topic/plugin-nextgen-gallery-getting-image-width-and-height-for-html-img-tag-attributes
$size = getimagesize($image->imageURL);
$imageWidth = $size[0];
$imageHeight = $size[1];
© 2024 Alex Barber | Digital Artist