Hello Team,
I am using slick slider for banner display in my home page so i have one issues like
when my page is load then content of slider section show little bit slow like u know
first time page is open then u show that nothings in this area after some time u saw that banner in this section
see screen shot of first load page

After few time image

I don't feel that this is quite a slick issue, but something that could be solved via CSS. Have you examined any ways to optimize asset loading? Also, you could define a pre-set height for a container element for your banner assets, and have a .loading class indicating to the user that the banner is still loading/rendering. That way the page doesn't jump when new content is rendered.
i have define pre set height of container and also using loader after that i am getting this issues
basically i am using center mode also
<meta itemprop="image" content="www.x.com/x.jpg">in head?
Most helpful comment
I don't feel that this is quite a slick issue, but something that could be solved via CSS. Have you examined any ways to optimize asset loading? Also, you could define a pre-set height for a container element for your banner assets, and have a
.loadingclass indicating to the user that the banner is still loading/rendering. That way the page doesn't jump when new content is rendered.