Hi. I did the right thing and tried to find the answer to my problem, and I think this is the closest.
I need a different image on mobile devices, but I want to be able to specify a width for the image instead of resizing the actual image file, so that it can look good on different screen widths.
I’m using:
@media only screen and (max-width: 767px) {
#logo{
background:rgba(0, 0, 0, 0) url(“//www.hereboy.com.au/wp-content/uploads/2015/09/webbanner-footer.png”) repeat scroll 0 0 !important;
}
But can’t get it to reduce to look right.
Thanks