Resize Image in README.MD
How to resize image in README.MD
I tried :

but not working.10 Replies
ambitious-aquaβ’3y ago
You can use
img
tags in your markdown. Check the answer here: https://stackoverflow.com/questions/14675913/changing-image-size-in-markdownStack Overflow
Changing image size in Markdown
I just got started with Markdown. I love it, but there is one thing bugging me: How can I change the size of an image using Markdown?
The documentation only gives the following suggestion for an i...
see https://gist.github.com/MichaelPolla/a65ac84286ab523603e64549f9850223 and https://gist.github.com/uupaa/f77d2bcf4dc7a294d109 so
<img>
should work but need to tryI have tried using <img> tag but it only resized in console -> info tab, but not resized in https://apify.com/actor web
sounds like a platform bug, thanks for feedback
yep
thanks
I found another issue. I don't know where should post this so I will post here instead.
# Main Title
## Sub title
a b c
the Main Title dont rendered. probably because no content beetween # Main Title
and ## Sub title

ambitious-aquaβ’3y ago
Thatβs strange. But as a best practice in markdown, you should always have some sort of content after a heading anyways
Try adding some text between # Main Title and ## Sub title
Yep! I end up adding image between
# main
and ## subtitle
π