jquery - Can anyone tell me how this effect is achieved? -
so in website: https://www.sohofarmhouse.com/hotel/farmyard-up
the background image resized automatically when screen size changes aspect ratio maintained.
my guess it's div's within div's please break down me i'd love able achieve in own sites.
many thanks.
well, there @ least 2 ways achieve result. can pick 1 of them depending on browsers compatibility.
1) can choose pure-css solution using background image div , setting:
background-size: cover;
you cannot use approach if ie8 1 of target browsers.
2) can use javascript library. use library called jquery backstretch. it's easy use.
Comments
Post a Comment