All Images in Original Size

How to configure and adapt Aimeos based shops as developer
Forum rules
Always add your Aimeos and PHP version as well as your environment (Linux/Mac/Win)
Spam and unrelated posts will be removed immediately!
User avatar
ondrei
Posts: 8
Joined: 24 Apr 2024, 14:13

All Images in Original Size

Post by ondrei » 03 May 2024, 08:36

Hello,

can I ask for advice on how to completely prevent image resizing, so that the photo ALWAYS displays in its originally uploaded size (dimensions)?

User avatar
aimeos
Administrator
Posts: 7941
Joined: 01 Jan 1970, 00:00

Re: All Images in Original Size

Post by aimeos » 03 May 2024, 18:20

The images in the list and detail view are always preview images, but the zoom image is the original file. You can also get the original image by calling getUrl() of the media items attached to the product:
https://github.com/aimeos/ai-client-htm ... rd.php#L62
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

Post Reply