We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
If the image format is set to allow SVG only, then the image size isn't relevant. http://snaps.getmoxied.net/130r0v1L1U1b
In this case the Transform could automatically return the image link and alt in the usual structure (width and height would be blank:
"image_1": { "src": "http://.../image.svg", "width": 0, "height" : 0, "alt": "some text" }
The text was updated successfully, but these errors were encountered:
No branches or pull requests
If the image format is set to allow SVG only, then the image size isn't relevant.
http://snaps.getmoxied.net/130r0v1L1U1b
In this case the Transform could automatically return the image link and alt in the usual structure (width and height would be blank:
The text was updated successfully, but these errors were encountered: