.. include:: /Includes.rst.txt
.. _feature-66366:
============================================
Feature: #66366 - Introduced MediaViewHelper
============================================
See :issue:`66366`
Description
===========
In order to comfortably render video, audio and all other file types with a registered Renderer class (`RenderingRegistry`
introduced with #61800) in FE, the `MediaViewHelper` has been added.
The `MediaViewHelper` first checks if there is a Renderer present for the given file. If not, it will as fallback
render an image tag. This way it is a replacement for the `ImageViewHelper` in most cases when rendering video and
audio tags.
Examples:
---------
.. code-block:: html
.. index:: Fluid, FAL, Frontend