标签: jquery html css
以下面的百分比给出背景图片大小,但是80%或假设var pix =“300px”存储在变量中,然后如何给出该背景大小属性。
image.style.backgroundSize="100% 80%";
我试过
image.style.backgroundSize="100% +h+'%';
但这不起作用。