Supported formats
The Business Media panel supports the most commonly used file formats.
Images
The plugin determines the file type automatically based on the first base64 symbol if no definition is provided. This is applicable to the following file formats:
- JPEG
- GIF
- PNG
- HEIC
Other image formats supported by your browser can be rendered with the provided definition of the following pattern data:image/IMAGE-FORMAT;base64,ENCODED-CONTENT.

The plugin renders PDF files with the provided definition data:application/pdf;base64,ENCODED-CONTENT or without it.

Video
The plugin renders video files with the provided definition, as follows:
- MP4:
data:video/mp4;base64,ENCODED-CONTENT - WEBM:
data:video/webm;base64,ENCODED-CONTENT

Audio
The plugin outputs audio video files with the provided definition, as follows:
- MP3:
data:audio/mp3;base64,ENCODED-CONTENT - OGG:
data:audio/ogg;base64,ENCODED-CONTENT



