Skip to content

scaleflex/prestashop-cloudimage-plugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cloudimage Module

Download Cloudimage module

  • Step 1: Download the latest version Download Latest release of Module
  • Step 2: Unzip the file and change the folder name to "cloudimage"
  • Step 3: Zip the file with the name "cloudimage.zip"
  • Step 4: In Admin go to Modules/Module Manager -> Upload the Zipped file

Installation

  • Step 1: In Admin go to Modules/Module Catalog search for "Clouldimage by Scaleflex"
  • Step 2: Click "Install"
  • Step 3: Go to Modules/Module Manager -> Other Section -> Click on Configure on "Cloudimage by Scaleflex"
  • Step 4: Update configuration and activate the Module, then your site is ready to go.

Configuration

  • Activation: Enable/Disable the module
  • Cloudimage API Key: Your Cloudimage Token
  • Prerender: If enabled, the plugin will disable JS Responsive and Change URL to {token}.cloudimg.io/{origin_url}
  • Auto Base URL Image: If enabled, Production with SSL only, The Plugin auto add base url to some missing Base URL Images
  • Use origin URL: If enabled, the plugin will only add query parameters to the image source URL, avoiding double CDNization in some cases, like if you have aliases configured.
  • Lazy Load: If enabled, only images close to the current viewpoint will be loaded.
  • Ignore SVG Size: If enabled, the module will ignore the image size node in the SVG file.
  • Prevent Image Resize: If you set Maximum "Pixel ratio" equal to 2, but some of your assets does not have min retina size(at least 2560x960), please enable this to prevent image resized. By default, yes.
  • Image Quality: The smaller the value, the more your image will be compressed. Careful — the quality of the image will decrease as well. By default, 90.
  • Maximum Pixel Ratio: The maximum pixel ratio of the image. By default, 2.
  • Remove V7: If enabled, the module will remove the "/v7" part in URL format. Activate for token created after October 20th 2021.

Advanced User

  • Custom JS Function: The valid js function starting with { and finishing with }
  • Custom Library Options: Modifies the library URL and must begin with the symbol &. Please read document before use.