I can’t figure out how to make it so that images that are already in Assets can be added inside Rich Text blocks.
I feel there should be a way but I can’t find it.
Right now I’m working on a big project with tons of images and I planned to upload them all first and then add them where needed inside Rich Text blocks. But for now I’m uploading them individually which is very slow.
You would need to get the published URI if the asset uploaded to Webflow (you can do that in the asset panel) and then use the custom code feature within a rich text element with an HTML <img> tag to render the image.
@webdev I’m using to insert both the image and the caption and it works but it doesn’t matter what width I set for the image, it just won’t get any bigger or smaller than this:
@zavorio - Inspect the element in devtools on your published URL. If webflow default CSS is what is limiting the size then yes, you would need to write more specific CSS declarations to change it to what you desire.