My Netflix Clone

Hi Guys,

After a long and (sometimes) frustrating time, i finally finished my Netflix clone.
It’s built with Vue.JS.

here is the link to the project: https://nillsvanlimbeek.github.io/netflix_clone/
and here is the link to the github page: https://github.com/NillsvanLimbeek/Netflix-Clone

one thing that keeps happening is when i open the app the posters dont get loaded properly, maybe somebody knows what is going on and give me some advice?
if that happens just reload the page and everything works as it should.

anyways let me know what you guys think!

1 Like

You have an inline style with on a div with height of 22px;

<div class="swiper-wrapper" style="height: 22px; transform: translate3d(0px, 0px, 0px);">
--

</div>

Thanks for pointing that out. Thats something the swiper component added himself. I’ll see if i can get rid of it.