Skip to content

aerykk/ls-module-imageforge

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

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

About

Provides image manipulation for your LemonStand store. Example: http://lolettas.com/product/fb3036-bw/ (thumbnail cuts off top/bottom but shows original on hover)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages