Download the PHP package sitegeist/media-components without Composer
On this page you can find all versions of the php package sitegeist/media-components. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download sitegeist/media-components
More information about sitegeist/media-components
Files in sitegeist/media-components
Package media-components
Short Description Ready-to-use fluid components for embedding different media files
License GPL-2.0-or-later
Homepage https://github.com/sitegeist/media-components
Informations about the package media-components
Media Components
This extension is still in development and might not ready for production usage.
This extension provides ready-to-use Fluid Components for various media assets:
- Images
- Image tag with support for srcset/sizes
- Picture tag with support for image types and different responsive breakpoints
- Audio files
- HTML5 audio tag
- Video files
- HTML5 video tag with support for subtitles
WebP conversion
As these components are such basic atoms, you could use them to change the format of any image to WebP to reduce file sizes. The extension configuration contains a list of file extensions that will be converted to WebP if not explicitly defined with format=
.
You colud use autoWebpConversionFormats
with gif,jpg,jpeg,tif,tiff,bmp,pcx,tga,png,pdf,ai
to get full conversion to WebP (without svg
as it already has a smaller file size).
Usage
We use the public namespace from fluid-components.
Images
Pictures
Video
Audio
All versions of media-components with dependencies
sitegeist/fluid-components Version ^3.8.1
typo3fluid/fluid Version ^4.0
sitegeist/fluid-tagbuilder Version ^1 || dev-main
typo3/cms-core Version ^13.3 || dev-main