• Welcome to the Chevereto user community!

    Here users from all over the world gather around to learn the latest about Chevereto and contribute with ideas to improve the software.

    Please keep in mind:

    • This community is user driven. Be polite with other users.
    • We recommend purchasing a Chevereto license to participate in this community.
    • Purchase a Community Subscription to get even faster ticket response times.

Instant Gallery ( Latest Uploads )

print('<div class="gallery-item">
<a href="'.$image['image_shorturl'].'">
<h2>'.$image['image_name'].'</h2>

<img src="'.$image['image_thumb_url'].'" />

<span class="dimension">1080x1023</span>
<span class="size">'.$image['image_size'].'</span>
</a>
</div>');

Whats the correct function for display dimension?
Tried:

print('<div class="gallery-item">
<a href="'.__CHV_RELATIVE_ROOT__.'gallery">
<h2>'.$image['image_name'].'</h2>

<img src="'.$image['image_thumb_url'].'" />

<span class="dimension">'.$image['show_img_dimentions'].'</span>
<span class="size">'.$image['image_size'].'</span>
</a>
</div>');

Not working.

Please help!
 
Back
Top