TYPO3 v15 dev-main snapshot ()
This commit is contained in:
+28
@@ -0,0 +1,28 @@
|
||||
.. include:: /Includes.rst.txt
|
||||
|
||||
.. _feature-85607:
|
||||
|
||||
=======================================================================
|
||||
Feature: #85607 - New ThumbnailViewHelper to render thumbnails deferred
|
||||
=======================================================================
|
||||
|
||||
See :issue:`85607`
|
||||
|
||||
Description
|
||||
===========
|
||||
|
||||
A new ViewHelper for the backend to render thumbnails deferred was introduced.
|
||||
|
||||
The :php:`\TYPO3\CMS\Backend\ViewHelpers\ThumbnailViewHelper` extends the :php:`ImageViewHelper` and generates the image tag with the special URI.
|
||||
|
||||
.. code-block:: html
|
||||
|
||||
<be:thumbnail image="{file.resource}" width="{thumbnail.width}" height="{thumbnail.height}" />
|
||||
|
||||
|
||||
Impact
|
||||
======
|
||||
|
||||
Thumbnails do not block the rendering of a page, because the processing runs an extra http request.
|
||||
|
||||
.. index:: Backend, Fluid, ext:backend
|
||||
Reference in New Issue
Block a user