<table cellspacing="0" cellpadding="0" border="0" style="width: 201px; height: 240px; background-image: url({{ item1.picture }}); background-repeat: no-repeat; background-size: 100% auto;">
Gmail贴了
background-size: 100% auto;
标签和图片以其完整尺寸显示.有没有办法解决这个问题?我不想在服务器端调整每张照片的大小.
background: url({{ item1.picture }}) no-repeat top / 100% auto;
请注意,size属性应该在position属性(‘top’)之后定义,并用’/’分隔.