in2code-de / instagram

Show instagram feed without API in a TYPO3 extension
https://www.in2code.de/agentur/typo3-extensions/instagram/
19 stars 13 forks source link

The dimension of the picture are ignored #11

Closed quadronet closed 2 years ago

quadronet commented 2 years ago

Hey, the dimension of the pictures are ignored:

<img
                                    src="{f:uri.image(src:'/typo3temp/assets/tx_instagram/{image.id}.jpg', width:'200c', height:'200c')}"
                                    title="{image.caption -> f:format.crop(maxCharacters: 120, append: ' ...')}"
                                    alt="{image.caption -> f:format.crop(maxCharacters: 120, append: ' ...')}"
                                    loading="lazy" />

All the pictures has the maximum dimension ca. 900px, no cropping.....

TYPO3 : 10, latest instagram

einpraegsam commented 2 years ago

Please check your TYPO3 installation if it is possible to resize images in general.