Reply To: Scaling thumbnail image display

#10035576
tcguide
Participant

Thanks…your suggestion got me on the right track for a solution. The 360 distorts a lot of photos. However, I created another class just for the plan images. This will take some manual work to update but I think will work. Not all plan images will need this also.

.thumb-info-plan img {
height: 360px !important;
object-fit: cover !important;
}