是否可以调整使用自定义图像 URL 的 CSS 鼠标光标的大小?例如:
cursor: 'url(resources/images/custom-cursor.png), auto';
图像太大,我无法找到通过设置图像 URL 来设置其样式的方法。我知道我可以用新的尺寸保存图像,但如果可能的话,我宁愿在客户端上设置尺寸。
css image cursor
css ×1
cursor ×1
image ×1