I\'m trying to mix background-image and background-size properties in a shorthanded background property. Based on W3C documentation
background-image
background-size
background
You can do as
body{ background:url('equote.png'),url('equote.png'); background-size:400px 100px,50px 50px; }