• Welcome to the Chevereto User Community!

    Here, users from all over the world come together to learn, share, and collaborate on everything related to Chevereto. It's a place to exchange ideas, ask questions, and help improve the software.

    Please keep in mind:

    • This community is user-driven. Always be polite and respectful to others.
    • Support development by purchasing a Chevereto license, which also gives you priority support.
    • Go further by joining the Community Subscription for even faster response times and to help sustain this space

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