swissup/module-wsrv 问题修复 & 功能扩展

解决BUG、新增功能、兼容多环境部署,快速响应你的开发需求

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

swissup/module-wsrv

最新稳定版本:1.0.0

Composer 安装命令:

composer require swissup/module-wsrv

包简介

Magento image optimization using wsrv.nl service

README 文档

README

Swissup_Wsrv — is a Magento image optimization module that uses free wsrv.nl service to resize and convert images to webp format.

Screenshot with image src demonstration

Installation

composer require swissup/module-wsrv
bin/magento module:enable Swissup_Wsrv

How it works

Important

Since wsrv.nl will serve your images, your site must be accessible for the service. Eg. no .htaccess restrictions, no locally served domains or IP addresses.

The module replaces all image links with the links to wsrv.nl:

<!-- Before -->
<img src="https://breeze.swissupdemo.com/media/catalog/product/w/s/wsh12-green_main_1.jpg?width=325&height=325"/>

<!-- After -->
<img src="//wsrv.nl?url=breeze.swissupdemo.com/media/catalog/product/w/s/wsh12-green_main_1.jpg&w=325&h=325&output=webp&fit=contain&cbg=fff"/>

That's all. The rest of the job is handled by wsrv.nl.

统计信息

  • 总下载量: 436
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 6
  • 点击次数: 3
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 6
  • Watchers: 3
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2023-11-30