@JaimeAlonzoSubmitted about 4 years ago
Any feedback is appreciated
Any feedback is appreciated
Meaning the image is stretching out whenever the view-port changes. You have this code on the image
.coming-soon__hero-img-mobile img { width: 100%; }
so the image is always taking up 100% width and stretching to fit, look into using the picture tag -> https://www.w3schools.com/tags/tag_picture.asp after I would try to adjust the vw and vh, if not just make sure the image is not stretching out. Good luck!
Any feedback is appreciated
This is an awesome solution, it is like 1:1 comparison. The only thing I would say is try to adjust the girl image. She seems to be stretching upon resizing the image.