novicell / image_style_generator
Image Style Generator
Installs: 0
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 0
Open Issues: 0
Type:drupal-module
README
Introduction
Image Style Generator is a module designed to automate the creation of image styles and responsive image styles based on the defined breakpoints.
Configuration
Image Style Generator is configured using it's settings form. In this all you need to select is the breakpoints group to use and then what breakpoint is used to select the fallback image style on responsive image styles.
Creating Style Groups and View modes
In order to create new Style Groups and Style View Modes you need to create plugins in a custom module that extends StyleGroupBase or StyleViewModeBase.