Sha256: 44d7dd0461ec6b668dd7adef3b314c95497c5f36e39e6c747ea1ea2f59e26f1c
Contents?: true
Size: 922 Bytes
Versions: 9
Compression:
Stored size: 922 Bytes
Contents
--- sort: 2 --- # Tag Usage This section describes how to use JPT's liquid tag ({% raw %} `{% picture (...) %}` {% endraw %}); what options it takes and what kind of information you can pass through it to influence the the final HTML and generated images. ## Format {% raw %} `{% picture [preset] (image) [crop] [alternate images & crops] [attributes] %}` {% endraw %} The only required argument is the base image. Line breaks and extra spaces are fine, and you can use liquid variables anywhere. * `preset` - Select a recipe/blueprint from the ones you have defined in `presets`. Will use `default` if not specified. * `(image)` - required. * `crop` - Aspect ratio & keep settings. * `alternate images & crops` - Art Direction; show different images on different devices. Give in order of ascending specificity. * `attributes` - Add css classes, data-attributes, or wrap the whole thing in an anchor tag.
Version data entries
9 entries across 9 versions & 1 rubygems