Download the PHP package jacerider/neo_image without Composer
On this page you can find all versions of the php package jacerider/neo_image. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download jacerider/neo_image
More information about jacerider/neo_image
Files in jacerider/neo_image
Package neo_image
Short Description Improved responsive image handler along with other image enhancements.
License proprietary
Homepage https://github.com/jacerider/neo_image
Informations about the package neo_image
CONTENTS OF THIS FILE
- Introduction
- Requirements
- Installation
- Twig
- Responsive Image Generator
- Image Style Generator
- Image Style Naming Conventions
INTRODUCTION
Improved responsive image handler along with other image enhancements.
REQUIREMENTS
This module requires the webp contrib module.
INSTALLATION
Install as you would normally install a contributed Drupal module. Visit https://www.drupal.org/node/1897420 for further information.
TWIG
There are 3 twig helpers available:
Single image
Responsive image
RESPONSIVE IMAGE GENERATOR
Build a picture element that provides breakpoint media query images along with webp support.
From Media or File Entity
IMAGE STYLE GENERATOR
Build a dynamic image style that will utilize on-demand effects.
IMAGE STYLE NAMING CONVENTIONS
Image styles are automatically created based on the effects added to a given style. The style names are such that they are a short as possible and URL-safe.
Image Effect Conversion
| Shortcode | Image Effect | Properties |
|---|---|---|
| r | image_resize | w, h |
| s | image_scale | w, h |
| c | image_crop | w, h, a* |
| cs | image_crop_sides | |
| sc | image_scale_and_crop | w, h, a* |
| f | focal_point_scale_and_crop | w, h |
| fw | focal_point_crop_by_width | w* |
| e | exact | w, h, a* |
Property Conversion
| Shortcode | Property | Value |
|---|---|---|
| w | width | number |
| h | height | number |
| a | anchor | Anchor Conversion |
Anchor Conversion
| Shortcode | Anchor Position |
|---|---|
| lt | left-top |
| ct | center-top |
| rt | right-top |
| l | left-center |
| c | center-center |
| r | right-center |
| lb | left-bottom |
| cb | center-bottom |
| rb | right-bottom |
All versions of neo_image with dependencies
jacerider/neo Version ^1
jacerider/neo_settings Version ^1