Image to WEBP converter


Image to WEBP converter
A convenient tool for displaying images on a website. Includes methods: converting images to webp format, resizing images, generating HTML code for the picture tag, taking into account adaptive layout and screen density.
This tool is designed for website developers to make it as easy as possible to display images on pages. Makes a huge contribution to increasing the loading speed of website pages, because the main weight of the pages falls on images. The module creates a copy of images in webp format, which will weigh 2-3 times less than the original, and in some cases (when the images on the site are in heavy formats) several dozen times. Website loading speed affects search results.
Images displayed using the module are supported by all browsers, because... the browser will be given a choice of format, either webp or the original image (if the browser does not support webp). It also supports output of different image sizes for different screen sizes, which reduces traffic for mobile devices.
The module works with any version of 1C-Bitrix that supports D7 and any version of PHP.
For the module to work, the GD PHP library must be connected (usually on hosting in 99% of cases it is connected by default).