How can I adjust my blog post to fit images without cropping on nobluelens.com?

I was wondering how I would go about making these images the original size and so that they don’t cut off. My website is nobluelens.com , thanks.

1 Like

@DanielRoman
Hello,

Like Some this type

1 Like

Yes, that looks great! What do I add for that?

@DanielRoman

can you please check your theme setting

@DanielRoman
Hello,

.card__inner .article-card__image.media {
	position: static !important;
}
.article-card .card__inner .card__content {
	display: none;
}
.card__inner .motion-reduce {
	position: static !important;
}

Add this css at the bottom of Online Store->Theme->Edit code->Assets->base.scss.liquid

1 Like