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
try out like this
body { background: #fff url("!--MIZO-PRO--!") no-repeat center 15px top 15px/100px; } /* 100px is the background size */