Forums / Setup & design / Display fullsize image
Tim Dickinson
Wednesday 02 August 2006 4:59:59 pm
Hi all,
I'm trying to get an image to display in full size in an article display(or 180x45 - whichever is easier).
By default the image appears in it's small size, which in this case is 100x25 but I want it to display as 180x45px
At the moment I have the following in the template:
{attribute_view_gui image_class=test attribute=$node.object.data_map.image}
and in my siteaccess image.ini.append.php I have:
[test] Reference= Filters[] Filters[]=geometry/scale=180;45
I have cleared all the caches but nothing seems to work. Do I need to regenerate all the images somehow after addingn another size to my image.ini.append.php?
Am I doing something wrong in my template code?I can't even get it to display the image in the standard large size, it always just shows up as small.
Thanks for any help,
Tim
http://www.AdBalance.com - Ad network news and reviews http://www.DevPublisher.com - Website publisher guides, tools and news http://www.AudioMelody.com - Make better music
Neidy Tunzine
Thursday 03 August 2006 2:24:49 am
well, i had the same problem after edit the image.ini.append.php try to upload the image again (it worked for me) and see if it has changed or try
[test] Reference= Filters[] Filters[]=geometry/scaledownonly=180;45
If you want to display the original image size change the image_class to original example:
{attribute_view_gui image_class=original attribute=$node.object.data_map.image}
Hope it works for you
http://www.mzbusiness.com
Coulibaly Ibrahim
Thursday 03 August 2006 2:57:31 am
Hi, Be sure you defined it in siteaccess/override/image.ini.append.php
i have had the same problem, and i it's solved.
you should also have
AliasList[]=test
and
defined in siteaccess/override/image.ini.append.phpoverwise, i doesn't work in my case.
I didn't see the article about it but there's a forum topic explaining it very well.