Reply To: How to limit the image size on the portfolio-list classSupport2024-03-11T07:20:00+00:00 March 11, 2024 at 7:20 am #10044481 SupportKeymaster Hello, Use a class to that, for example: HTML: <img src="..." class="img-responsive custom-img" alt="..."> CSS (css/custom.css): .custom-img { max-width: 100px !important; max-height: 100px !important; } Best Regards, Okler Themes