.. include:: /Includes.rst.txt .. _feature-101391-1689772689: ========================================================== Feature: #101391 - Add base64 attribute to ImageViewHelper ========================================================== See :issue:`101391` Description =========== The ViewHelpers :ref:` ` and :ref:` ` now support the attribute :fluid:`base64="true"` that will provide a possibility to return the value of the image's :fluid:`src` attribute encoded in base64. .. code-block:: html Will result in the according HTML tag providing the image encoded in base64. .. code-block:: html This can be particularly useful inside `\TYPO3\CMS\Core\Mail\FluidEmail` or to prevent unneeded HTTP calls. .. index:: Fluid, ext:fluid