When a new page is loading, the big image at the left is first placed to high and then will drop a bit on it's place. This effect you can see in the DEMO version of Decor too.
Is it possible to switch off this effect? And if so, where do I do that?
Thank you for your feedback,
Moon
GK-decor How to switch of 'loading animation' Featured image
https://demo.gavick.com/joomla3/decor/
and look at the image at the left.
In the file: /templates/gk_decor/css/template.css
You can remove this css rule - at approx line 9016:
@media (min-width: 1040px) {
html #gkHeader.affix + #gkPageContent #gkMastHead {
top: 72px;
}
}
html #gkHeader.affix + #gkPageContent #gkMastHead .gkMasthead-wrap {
height: calc(100vh - 72px - 1px);
}