I need help reducing the background-size
code to be inside the background
property.
Code:
<html style="background:black url('http://example.com/image.jpeg')center no-repeat;background-size:auto 125%;cursor:none">
My attempt:
<html style="background:black url('http://example.com/image.jpeg')center auto 125% no-repeat;cursor:none">
Any other way to reduce the code will be appreciated. Also, no need to tell me about the < /html>.