Download the PHP package webmatch/wbm-viewport-resizer without Composer
On this page you can find all versions of the php package webmatch/wbm-viewport-resizer. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download webmatch/wbm-viewport-resizer
More information about webmatch/wbm-viewport-resizer
Files in webmatch/wbm-viewport-resizer
Package wbm-viewport-resizer
Short Description Shopware-Plugin to preview the Frontend in responsive viewports
License GPL3
Informations about the package wbm-viewport-resizer
WbmViewportResizer - preview predefined viewports
This plugin is meant for development purposes only
This plugin makes use of jResize jquery plugin to present the frontend of the shop within an iframe, that can be adjusted to the width of the various predefined viewports.
Requirements
- Shopware >= 5.2.0
Installation
Clone this repository into a folder WbmViewportResizer within the custom/plugins directory of the Shopware installation.
- Install the plugin through the Plugin-Manager within the Shopware backend.
- Activate the plugin and when prompted allow for the clearing of the listed caches.
Install with composer
- Change to your root Installation of shopware
- Run command
composer require webmatch/wbm-viewport-resizer
and install and activate plugin with Plugin Manager
Usage
Navigate to your-shop.tld/viewportresizer to browse your shop through the adjustable iframe.
To navigate directly to a certain page you can use the path GET parameter e.g. ?path=account/index
Use the top menu bar to switch between viewports. The width of each viewport will be the minimal width of each viewport (except for the smallest mobile viewport where it is the maximal width).