EDL 0 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 post
0 Sham 0 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 post
0 tuanphan 8,966 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> You can send your question to my email to get detail answer. / How to Setup Password & Share URL --- Happy New Year Link to post
Question
EDL 0
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:
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 by EDLLink to post
Top Posters For This Question
1
1
1
Popular Days
May 17
2
Jul 22
1
Top Posters For This Question
EDL 1 post
Sham 1 post
tuanphan 1 post
Popular Days
May 17 2020
2 posts
Jul 22 2019
1 post
2 answers to this question
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment