Design comparison
Community feedback
- @niemalPosted over 1 year ago
Hello!
The planet animations are just amazing 😍, very nicely done! I do not have access to a desktop right now so I will be commenting on the mobile version.
I have a suggestion: you can preload some images in the header so as soon as the crew page is visited for the first time, the experience looks as sharp as possible!
Besides that, this looks really solid, well done. Will get back for the desktop version if I find something that can be improved on there.
Marked as helpful1@EslamGoharPosted over 1 year ago@niemal Thank you so much for your words I appreciate. 🥰 But if you allowed to me to explain how I can work on your suggestion? I was struggling with an error in importing the images which come from json file but I reached just temporary solution but I like working on improving the project more.
0@niemalPosted over 1 year ago@EslamGohar In the
public/index.html
file, inside the<head>
HTML element insert the following for an image you want, i.e.<link rel="preload" as="image" href="./images/crew/image-mark-shuttleworth.png" />
Marked as helpful0@EslamGoharPosted over 1 year ago@niemal Well. I have added this element and duplicated it with all crew images but till now I don't get the point of it!
0
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