I am having an issue with the background image resizing correctly on my website, specifically on iPhone (I have not yet checked iPad). You can view the site here.
The dimensions of the image are 1393 x 1098 pixels.
Below is the CSS code I am currently using:
.slider-wrap-blue {
background:transparent url(/images/fpfbg.jpg) no-repeat center center fixed;
min-width: 980px;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover; }