Shelly Millet@shakemyangels
My Blogspot Project
shellymillet.blogspot.com
just posted to my
dev.to/smilletops
#CodeNewbie #motivation #whywaititerate19:28 PM - 07 Jun 2020
The intent of my online presence is to introduce myself, network and learn to code. Check me out!
Top comments (1)
You can this CSS so the images don't go outside the posts.
.post img {
width: 100% !important;
height: auto !important;
display: block;
object-fit: contain;
}