Thumbs versus full image options

I can?t figure out the idea behind the media display options.
For me it would be obviously that the display settings was related to the templates (list/form/detail).

Please correct me if I?m wrong but it seem the options are not very consistent?
When I display a List I can hide or show a thumb image (with popup full size)
When I display a Form I can show a text-link, hide or show a thumb image (with popup full size) or a full size image
When I display a Detailed view I can only hide or show whatever I selected for the form

Wouldn?t it be more appropriate to have the option for thumb or full size media for all templates?
Most quizzical is the Detailed view where a full size image (detailed image) would be obvious.

Did I get it all wrong or just not doing it right?

BRGDS,
Michael
 
Friendly bump :)

Is there a work-around to change the image in detailed view?

This is how it's build in the custom template:

<?php
$this->element = $this->elements['productimage'];
echo $this->loadTemplate('element');
?>
This is what is in the database for the productimage field:
/images/products/myimage.jpg"
This is what is returned to the browser in html:
src="http://fairprice.dk/images/products/thumbs/myimage_thumb.jpg"

so where is the ?thumb?-things added?

BRGDS,
Michael
 
We are in need of some funding.
More details.

Thank you.

Members online

No members online now.
Back
Top