Forums / General / Image size problem

"Please Note:
  • At the specific request of Ibexa we are changing this projects name to "Exponential" or "Exponential (CMS)" effective as of August, 11th 2025.
  • This project is not associated with the original eZ Publish software or its original developer, eZ Systems or Ibexa".

Image size problem

Author Message

Zoltan Szappanos

Monday 07 February 2005 1:58:07 am

I have a problem in v3.4.4. I wanted to make images in 3 different sizes defined in settings\siteacces\<my page>\image.ini.append.php but when inserted the new image only 2 sizes were generated by EZ in \var\<my page>\storage\image-versioned folder ("medium" and "reference"). The "reference" size was not declared in ini file but was created. It is strange. The behaviour is the same if the size settings are equal in all image.ini files (settings\override\image.ini.append.php and settings\image.ini)
Have anyone any idea?

Thanks in advance.

The content of image.ini.append.php is:
[AliasSettings]
AliasList[]
AliasList[]=small
AliasList[]=medium
AliasList[]=large

[small]
Filters[]=geometry/scaledownonly=120;120

[medium]
Reference=
Filters[]
Filters[]=geometry/scaledownonly=300;300

[large]
Reference=
Filters[]
Filters[]=geometry/scaledownonly=650;650

Eivind Marienborg

Monday 07 February 2005 3:01:51 am

Try adding Reference=reference to all the size-definitions.

Zoltan Szappanos

Monday 07 February 2005 4:03:14 am

Thanks, I've tried that but still doesn't work.