Feature: #85607 - New ThumbnailViewHelper to render thumbnails deferred
See forge#85607
Description
A new ViewHelper for the backend to render thumbnails deferred was introduced.
The
\TYPO3\
extends the
Image
and generates the image tag with the special URI.
<be:thumbnail image="{file.resource}" width="{thumbnail.width}" height="{thumbnail.height}" />
Copied!
Impact
Thumbnails do not block the rendering of a page, because the processing runs an extra http request.