https://gyazo.com/eb5c5741b6a9a16c692170a41a49c858.png
-

- 
-

- 
-

@mjbear You're welcome and yes you're right about .jgp and .png files. Those are showing the actual sizes and not automatically resizing like the .svg files. I've been using svg for icons mostly . But you could convert jpg to svg using https://www.freeconvert.com/jpg-to-svg and then try it that way or resize each jpg/png using html like in the previous posts.
<img src="image_location/image_name.png" width="10%"/>
and change the width percentage to your liking. Example<img src="https://github.com/github/docs/blob/main/contributing/images/fastly_purge.jpg" width="10%"/>