Display fullsize image

Author Message

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

[test]
Reference=
Filters[]
Filters[]=geometry/scale=180;45

defined in siteaccess/override/image.ini.append.php
overwise, 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.

Powered by eZ Publish™ CMS Open Source Web Content Management. Copyright © 1999-2014 eZ Systems AS (except where otherwise noted). All rights reserved.

eZ debug

Timing: Jan 30 2025 21:46:53
Script start
Timing: Jan 30 2025 21:46:53
Module start 'layout'
Timing: Jan 30 2025 21:46:53
Module start 'content'
Timing: Jan 30 2025 21:46:53
Module end 'content'
Timing: Jan 30 2025 21:46:53
Script end

Main resources:

Total runtime0.0208 sec
Peak memory usage8,192.0000 KB
Database Queries3

Timing points:

CheckpointStart (sec)Duration (sec)Memory at start (KB)Memory used (KB)
Script start 0.00000.0047 588.1250151.2109
Module start 'layout' 0.00470.0042 739.3359220.6875
Module start 'content' 0.00890.0106 960.0234997.8984
Module end 'content' 0.01950.0013 1,957.921933.9922
Script end 0.0208  1,991.9141 

Time accumulators:

 Accumulator Duration (sec) Duration (%) Count Average (sec)
Ini load
Load cache0.002512.0446140.0002
Check MTime0.00104.8069140.0001
Mysql Total
Database connection0.00063.000910.0006
Mysqli_queries0.002411.404930.0008
Looping result0.00000.106410.0000
Template Total0.00094.210.0009
Template load0.00073.143910.0007
Template processing0.00021.047210.0002
Override
Cache load0.00052.189410.0005
General
dbfile0.00031.234980.0000
String conversion0.00000.040140.0000
Note: percentages do not add up to 100% because some accumulators overlap

Templates used to render the page:

UsageRequested templateTemplateTemplate loadedEditOverride
1print_pagelayout.tpl<No override>extension/community/design/community/templates/print_pagelayout.tplEdit templateOverride template
 Number of times templates used: 1
 Number of unique templates used: 1

Time used to render debug report: 0.0001 secs