Hi! I’ve finally finished the third project
It is pretty basic as usual, but I would really appreciate any feedback on how to make it better. Thank you for your time
Hi! I’ve finally finished the third project
It is pretty basic as usual, but I would really appreciate any feedback on how to make it better. Thank you for your time
Hello there,
I like the layout of this project, and it is semi-responsive, but the video is not responsive, and it preventing it looking the best it can on mobile-sized screens.
I particularly like the navbar
Keep it up!
Oops, I forgot about making the video responsive. Will fix. Thank you
Turns out it is quite tricky to do. Even the reference solution doesn’t have a responsive video frame. I ended up using the following solution https://alistapart.com/article/creating-intrinsic-ratios-for-video/ which is surprisingly more complicated than I initially thought it would be.
Your page looks good @lancelote. Something to revisit;
frameborder
attribute on the iframe
element is obsolete. Use border
on iframe
in CSS instead.Right, thank you, fixed