Ajouve
Ajouve

Reputation: 10089

background image phonegap

I'm trying to adapt my background image to each screen but I'm don't exactly how to do.

I have a big image for the bigest screens but I'd like to resize the image for each screen size

Is there a way to do that ?

Thanks

Upvotes: 0

Views: 155

Answers (1)

keune
keune

Reputation: 5795

use background-size css property

background-size: 100% auto;

Upvotes: 1

Related Questions