thousandmonkeys/m2-overlaymagnify-module
Composer 安装命令:
composer require thousandmonkeys/m2-overlaymagnify-module
包简介
Put the default magnify preview over the top of the thumbnail in magento2.
README 文档
README
Put the default magnify preview over the top of the thumbnail in magento2. Some fixes were required to make this work with touch screens and the full screen view.
Installation
- composer require thousandmonkeys/m2-overlaymagnify-module
- php bin/magento setup:upgrade
- php bin/magento setup:di:compile
- php bin/magento setup:static-content:deploy
Usage
It should just work.
Note this overrides the following settings from view.xml:
<var name="magnifier">
<var name="top">100</var> <!-- Top position of magnifier -->
<var name="left">45</var> <!-- Left position of magnifier -->
<var name="width">7700</var> <!-- Width of magnifier block -->
<var name="height">7700</var> <!-- Height of magnifier block -->
</var>
统计信息
- 总下载量: 1.13k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 3
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: OSL-3.0
- 更新时间: 2018-04-08