fritzmg/contao-news-image-override

Allows the image settings of each news entry in Contao to override the image settings of the news module

Fund package maintenance!
fritzmg

Installs: 939

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 2

Forks: 0

Open Issues: 0

Type:contao-module

1.2.0 2020-07-01 10:56 UTC

This package is auto-updated.

Last update: 2024-04-29 03:37:58 UTC


README

Contao News Image Override

Allows the image settings of each news entry in Contao to override the image settings of the news module (see contao/core#6074).

Note: this extension uses the parseArticles hook to achieve this behaviour. However, prior to Contao 4.8 (which uses deferred image resizing), this also means that the image is processed two times, if there is an image size setting present in a news entry. Once in the module and a second time in the hook. This causes unnecessary processing time, which may increase the page load time if all the images have to be generated for the first time.