I’m building a new site in Weaver and I’m having a problem with the background image on the homepage. It displays normally, showing the whole image for about 5 seconds, then jumps up — hiding the top of the image. What stupid thing have I done to make this happen?
I am not seeing that, but the scaling and cropping of the image will depend on the size / ratio of the browser. This is because the background is set the background-size:cover, so it will scale and crop to make sure the whole area is covered.
Try playing with the browser size / ratio to see what happens
If you what a consistent position size, you may want to try contain instead of cover and see what you like best.