πΈ File fieldtype - make on-the-fly resized available inside tag pair #3753
Closed
intoeetive
started this conversation in
Feature Requests
Replies: 1 comment
-
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Suggest an idea for ExpressionEngine
When using file fieldtype, you can reference pre-defined manipulations inside tag pair as
{url:manipulation}
However on-the-fly manipulations are only available as single tags.
The idea:
check tagdata for tags like
{url:webp}
,{url:resize}
etc - whatever can be the on-the-fly manipulation (not sure if chaining will be possible here) and if present, generate those manipulations and parse the variablesBeta Was this translation helpful? Give feedback.
All reactions