I'm trying to set an image as my inner background and it works on the layout editor but doesnt work on my actual account. the image is also zoomed in a ton but I dont know how to resize it
Heres the code im tryna use:
<style>
main{
background-color: COLOR !important;
background-image: url('https://i.postimg.cc/J0GRsDDC/Beck-Ch-20-48.jpg') !important;
background-attachment: FIXED !important;
background-repeat: NO-REPEAT !important;
background-position: top left !important;
background-size: cover !important; }
</style>
any help is appreciated!