You are viewing a single comment's thread from:
RE: MinnowUniversity: Formatting
I think formatting is undervalued.
Since I like to use my own coding, I orften spend as much time formatting as I do writing! Simple things like embedding or resizing images, creating header fonts... adding links!
how do you resize images in the code? Is there a way to set it to be 50% of original size or something?
For example, here are 2 lines of code with 2 outputs. Notice I added some spaces to the image links so that it wouldn't automatically place the image in it.
<img src="https:// steemitimages.com/40x50/https:// steemitboard.com/@dadview/commented.png">
<img src="https:// steemitimages.com/80x100/https:// steemitboard.com/@dadview/commented.png">
awesome, thanks!
I don’t know any codes to resize on steemit. I try to do it before posting