body {
background: url(http://leona-anderson.com/wp-content/uploads/2014/10/finalbackgroundMain.png) fixed;
background-size:100% auto;
}
I have unique background images on each of my sites, but they are large in size and take some time to load due to being 1080p.
Currently using wordpress 4.0.5 with the minamaze theme.
As I am not aware of the background image information for other sites on my front page, looking for an alternative solution to optimize loading speed without preloading JavaScript functions.
The images are .png format and around 1mb in size, considering compressing them further as an option?
Thank you in advance for any advice or suggestions.