webidea24 / magento2-module-svg-support
Magento 2 Module - Enable SVG support
Installs: 154
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 0
Type:magento2-module
This package is auto-updated.
Last update: 2024-12-27 20:54:22 UTC
README
Description
with this module you are able to enable the upload of SVG files.
You will get an error during the upload in the media gallery cause Magento uses the ImageMagic function to add a white background. You can ignore this error. The SVG will uploaded regardless and can be used.
Install
Install the extension via composer:
composer install webidea24/magento2-module-svg-support
Disclaimer
please make sure, that nobody is allowed to upload SVGs who should not be allowed. SVGs are a little security problem, cause SVGs could contain malware (Javascript). Use this extension on your own risk!