I have an image with a ratio of 16:9 that I want to use on my website. On one of the pages, I display a list of products with images having a ratio of 340x265. When a user clicks on an item in the list, it takes them to the product page where the same image should be displayed with a ratio of 400x200. The issue is that due to the difference in ratios, the image may appear stretched. As someone new to HTML, what is the best way to address this problem?