Thanks Chinmoy. Good information.
Another good reference on this:
http://caniuse.com/#feat=background-attachment
Thank You. That’s very helpful for the image size.
After using the SimplePro Featured Page widget further – there is also a height parameter that I think I will need to change.
When using the widget on the Home Top widget area; 2 columns, image size 695×365 –
The actual image size (desktop) displayed is 555px x 291px.
Is there a way to increase the height to 366?
Looking at the CSS, I see .img {height:auto;} but can’t find where the 291 height is being set.
Example:
See the two images under the slider on the home page:
Thank you for finding our error with the width.
Just an FYI – we were experiencing an issue when 3 Featured items were in the middle home widget. The third featured item would wrap to a new line.
We fixed the problem with this CSS. Just thought we would share on the forum:
.home-middle .featuredpage:nth-of-type(3n+1) {
clear: none;
margin-left: 0;
}