Best practise for home screen image

Hi,

Is there any good practices recommended on how to deal with background images for different screen sizes with ionic framework ?

For example on a samsung android phone and a samsung tablet, would it work if i set the home page css like this ?

.home{
background: url(…/img/home.png) no-repeat;
bacground-size: cover;
}