Support

Account

Home Forums Add-ons Gallery Field Gallery images width and height attributes Reply To: Gallery images width and height attributes

  • Hi @Vasili

    The width and height attributes exist in the $image variable.

    Just dump out the value of $image to see what is available!

    
    <?php 
    
    echo '<pre>';
    	print_r($image);
    echo '</pre>';
    die;
    
     ?>