EDL Posted July 22, 2019 Share Posted July 22, 2019 (edited) Is there a way to edit the size of an image that is embedded within a markdown block? Currently I'm trying to created a bulleted "to-do" checklist of many items to show which items have been completed and which are still outstanding. That said, I've successfully added the images to the markdown block by using the reference style code found on the current cheat sheet: https://support.squarespace.com/hc/en-us/articles/206543587-Markdown-cheat-sheet Reference-style: ![alt text][id] [id]: /url/to/img.jpg "Title" However, the images are now significantly way too big for the text. Is there a way to scale down the image size within the markdown block code? Thanks in advance. Edited July 22, 2019 by EDL Link to comment
Sham Posted May 17, 2020 Share Posted May 17, 2020 Hi, I added the code below into the markdown box with my image and it resized for me! <img src="/s/blank.jpg"; img style="height: 20px; width: 20px;"> Change the blank.jpg to your "filename.filetype". Hope that helps! Link to comment
tuanphan Posted May 17, 2020 Share Posted May 17, 2020 You can add Code Block under Markdown Block & use this code to resize image <style> .markdown-block img { width: 20px; height: auto; } </style> Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
Leah007 Posted June 5, 2021 Share Posted June 5, 2021 @tuanphan Is there a way to use this if there is more than one image within a single markdown block? My site url is https://www.sundaymusecreative.com/workinggg and I'm trying to make the two images in the "brand identity" markdown block different sizes Thank you!! Link to comment
tuanphan Posted June 5, 2021 Share Posted June 5, 2021 10 hours ago, Leah007 said: @tuanphan Is there a way to use this if there is more than one image within a single markdown block? My site url is https://www.sundaymusecreative.com/workinggg and I'm trying to make the two images in the "brand identity" markdown block different sizes Thank you!! Can you take screenshot all syntax in the Markdown? Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment