Download the PHP package trive/module-adaptive-resize without Composer
On this page you can find all versions of the php package trive/module-adaptive-resize. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download trive/module-adaptive-resize
More information about trive/module-adaptive-resize
Files in trive/module-adaptive-resize
Download trive/module-adaptive-resize
More information about trive/module-adaptive-resize
Files in trive/module-adaptive-resize
Vendor trive
Package module-adaptive-resize
Short Description Resize image with crop functionality fot Magento 2 extension
License Commercial
Package module-adaptive-resize
Short Description Resize image with crop functionality fot Magento 2 extension
License Commercial
Please rate this library. Is it a good library?
Informations about the package module-adaptive-resize
Image Resize and Crop for Magento 2
Based on (AdaptiveResize)[https://github.com/obukhow/AdaptiveResize] for Magento 1
Examples:
- $this->helper('Trive\AdaptiveResize\Helper\Image')->init($_product)->adaptiveResize(240,300);
- $this->helper('Trive\AdaptiveResize\Helper\Image')->init($_product,'category_page_grid')->adaptiveResize(240,300);
- $this->helper('Trive\AdaptiveResize\Helper\Image')->init($_product,'category_page_grid')->setCropPosition('top')->adaptiveResize(240);
You can use following parameters with setCropPosition function:
- top
- top-left
- top-right
- bottom
- bottom-left
- bottom-right
- center
- center-left
- center-right
All versions of module-adaptive-resize with dependencies
PHP Build Version
Package Version
Requires
php Version
~5.6.0|~7.0.0
The package trive/module-adaptive-resize contains the following files
Loading the files please wait ....