Product preview card component solution with Bootstrap 5
Design comparison
Solution retrospective
How do you fit the image? I got a little bit cropped. So I use absolute position on image.
Community feedback
- @thisisharsh7Posted almost 2 years ago
Hey Fiqih Alfito, well done! your solution looks good!
In order to answer your query, the product image can be managed by inserting the tag
<picture>
to wrap both desktop and mobile images in the same tag, and render each image differently depending on the device using the width you'll insert in the HTML! Also, you can use maximum-width and maximum-height properties to ensure the image fits and isn't cropped.Hope this helps.. Happy coding🙌
Marked as helpful1 - @fiqihalfitoPosted almost 2 years ago
aah I forgot about
<picture>
tag. Thank you so much for the solution. I'll be careful to place an image.Have a nice day!
1
Please log in to post a comment
Log in with GitHubJoin our Discord community
Join thousands of Frontend Mentor community members taking the challenges, sharing resources, helping each other, and chatting about all things front-end!
Join our Discord