@Co1eCas3Submitted over 2 years ago
RyanC
@Co1eCas3All comments
- @Co1eCas3Posted over 2 years ago
My gf made me realize the hero section should have swipe gestures, added that :)
0 - @ponnusamy-krishSubmitted over 2 years ago
The hardest part is changing the images from desktop version to mobile version when resizing, which happens only when we explicitly refresh the page. share your thoughts.....
@Co1eCas3Posted over 2 years agoCouple things for you to look into:
- the <picture> and <source> elements
- the
object-fit
CSS property
To be perfectly honest, I only discovered these things because of this project, which I just completed myself, did wonders for all the image stuff :)
Marked as helpful1