.BlogContent img {
    max-width: 100%;   /* Never overflow the container */
    height: auto !important; /* Maintain aspect ratio */
    width: auto !important;  /* Prevent stretching */
    display: block;   /* Optional: removes weird inline spacing */
    margin: 0 auto;   /* Optional: center images */
}