The Home for Magento 2 Excellence

Quality-tested Magento 2 modules. Explore. Evaluate. Elevate. #magento2

748 Modules
496 Ready
245 Need Help
🏆 Leaderboard
Top 10% by Downloads Actively Maintained v1.2.1

Upload SVG and WebP images in Magento 2

magestyapps/module-web-images

Enables uploading of SVG and WebP images in Magento 2, including Page Builder, WYSIWYG editor, and product gallery. Supports theme logo/favicon, attribute swatches, and category images.

541,608
Downloads
3x above avg
155
GitHub Stars
5x above avg
2mo ago
Last Release
8
Open Issues
Build Passing
Ready to install

Build Tests

Composer Install
DI Compile
Templates

Code Quality

CS Coding Standard
151 warnings
PHPStan Failed

Tested on Magento 2.4.8-p4

Recent Test History

Each release is tested against the latest Magento version at that time.

v1.2.1 on Magento 2.4.8-p4
Mar 21, 2026
v1.2.1 on Magento 2.4.8-p3
Jan 22, 2026
v1.2.0 on Magento 2.4.8-p3
Dec 28, 2025

Share This Module's Status

Upload SVG and WebP images in Magento 2 Magento compatibility status badge

README

Loaded from GitHub

Upload SVG and WebP images in Magento 2

This extension for Magento 2 allows uploading SVG and WebP images in the following sections:

  • Page Builder editor
  • Wysiwyg editor
  • Theme logo and favicon
  • Product media gallery
  • Attribute option swatch images
  • Category image
  • Custom image uploader fields

IMPORTANT: if you need to upload any other image format or you need to upload it in any other Magento 2 area - please just drop us a line at alex@magestyapps.com and we will update the extension

IMPORTANT: if you like the extension, could you please add a star to this GitHub repository in the top right corner. This is really important for us. Thanks.

Magento Version Compatibility

Supported Magento Version Compatible Module Version
2.4.8 1.2.*
2.4.7 1.2.*
2.4.6 1.1.*
2.4.5 1.1.*
2.4.4 or older Not supported

Installation

Using Composer (recommended)

  1. Go to your Magento root folder

  2. Download the extension using composer:

    For Magento 2.4.7 or newer:

    composer require magestyapps/module-web-images
    

    For Magento 2.4.5 or 2.4.6:

    composer require magestyapps/module-web-images:^1.1
    
  3. Run setup commands:

    php bin/magento setup:upgrade;
    php bin/magento setup:di:compile;
    php bin/magento setup:static-content:deploy -f;
    

Manually

  1. Go to your Magento root folder:

    cd <magento_root>
    
  2. Copy extension files to app/code/MagestyApps/WebImages folder:

    git clone https://github.com/MagestyApps/module-web-images.git app/code/MagestyApps/WebImages
    

    NOTE: alternatively, you can manually create the folder and copy the extension files there.

  3. Run setup commands:

    php bin/magento setup:upgrade;
    php bin/magento setup:di:compile;
    php bin/magento setup:static-content:deploy -f;
    

Possible issues

Problem: An image gets uploaded to the server but not accessible in browser.

Solution: Most likely, this is related to your nginx/apache restrictions. Please, make sure that the requested image extension is allowed by the web server configuration.

This content is fetched directly from the module's GitHub repository. We are not the authors of this content and take no responsibility for its accuracy, completeness, or any consequences arising from its use.