You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using HTMLConverterFeature the image fallback is set to the original file size. However, I want to use another image size for the fallback. How can I do that?
The HTML that is getting rendered is the following. As you can see the fallback image size is extremely large. I like to use a smaller size as the fallback image size:
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
When using HTMLConverterFeature the image fallback is set to the original file size. However, I want to use another image size for the fallback. How can I do that?
The HTML that is getting rendered is the following. As you can see the fallback image size is extremely large. I like to use a smaller size as the fallback image size:
This is how I have defined my collection:
This is how I have configured different image sizes in my upload collection:
I would like to use
large
image for the fallback.Beta Was this translation helpful? Give feedback.
All reactions