I am not using jquery mobile.
I built a template in WordPress and have a full width background that can be set to a different one for each page: Background_1.jpg = Home, Background_1.jpg = About, ens....
This is what is loaded in the front end:
<div id="bg">
<img id="background" src="images/Background_1.jpg" alt="background">
</div>
So my problem is the following:
When i get to the fluid grid layouts i would like to remove this element completely to speed up the load time.
I also dont want to hide it, i want to remove the html when the window size is smaller than 600px.
Has anyone done this before?