Comments arhitecturalia started the conversationMay 5, 2018 at 11:50amhi.I seem to have an issue with the background image in fixed width template. The image looks spot on on PC but on mobile (iPhone for example) lanscape mode, the image resolution is just awful. Any ideas? 2,700PenciDesign repliedMay 5, 2018 at 2:01pmHi,Please try add more this code to Customize > Custom CSS to fixed it: @media only screen and (max-width: 769px){ body.penci-body-boxed { background-size: 100% auto; } } Best Regards,PenciDesign1 Likearhitecturalia repliedMay 7, 2018 at 4:39pmDid it but now the background just repeats over and over again. Can it be fixed an fill all phone screen? 2,700PenciDesign repliedMay 7, 2018 at 5:14pmHi,In the past, it's fill all phone screen by use background-size cover. But, as you knew, it caused your issues So, you just can pick one in two way.Best Regards,PenciDesign1 Like arhitecturalia replied privately PenciDesign replied privately Sign in to reply ...
hi.
I seem to have an issue with the background image in fixed width template. The image looks spot on on PC but on mobile (iPhone for example) lanscape mode, the image resolution is just awful.
Any ideas?
Hi,
Please try add more this code to Customize > Custom CSS to fixed it:
Best Regards,
PenciDesign
Did it but now the background just repeats over and over again.
Can it be fixed an fill all phone screen?
Hi,
In the past, it's fill all phone screen by use background-size cover. But, as you knew, it caused your issues So, you just can pick one in two way.
Best Regards,
PenciDesign