I'm trying to make a custom cursor using an image. The image size must be retained. I tried using:
body {
cursor: url('custom-cursor-image.png');
}
but it doesn’t work in Firefox or Chrome (haven’t tested other browsers yet).
Is there a reason why this might not be working?