Has anyone found a way to scale images beyond the width of rich text editor? I like the width of the text body I’ve got. But I wish I had more control over which images fit to the width of that container, and which images can expand beyond the width of that container.
I guess I could make custom code to give images negative margin but that feels kind of messy?
Hi @WillWill, thanks for the post, it would help to see an example of the post, while it is not possible to adjust the image size like shown in your diagram using the built in image sizing in the Rich Text, there may be other ways to pull off the effect through structure of the page, styling of the rich text block or using some custom css.
Check out the case study template page, specifically The Players' Tribune
I have the content set in CSS Grid. So the ideal solution would be to give figures in the Rich Text Editor class a grid-column: 1 / span 6; But that didn’t work.
I’ll be doing this (haven’t tried but can’t see why it shouldn’t work) by making the paragraphs and headings 80% width. That way the images appear to be bigger. So set the width of the RTE to whatever you want the images to be…
UPDATE: I found out once you update the CMS the image will be affected, and to fix it, you have to click non-fullwidth then full-width again. Not sure why that happens. So I temp remove it from my own blog.