Skip to content

Latest commit

 

History

History
executable file
·
16 lines (13 loc) · 598 Bytes

readme.md

File metadata and controls

executable file
·
16 lines (13 loc) · 598 Bytes

ls-module-imageforge

LemonStand module that adds additional image manipulation options. In the future this will use an existing image manipulation library.

Installation

  1. Download ImageForge
  2. Create a folder named imageforge in the modules directory.
  3. Extract all files into the modules/imageforge directory (modules/imageforge/readme.md should exist).
  4. Done!

Usage

Add two parameters to getThumbnailPath, and image_url requests. Example:
$product->getThumbnailPath(50, 50);
to:
$product->getThumbnailPath(50, 50, true, array('mode' => 'zoom_fit'));

Technical