hipp0
1
我想知道这周围的白色像素是否可以修复?这只是一个填充问题,还是与嵌入(embed)的工作方式有关?
pfaffman
(Jay Pfaffman)
2
1 个赞
hipp0
3
在安全模式下,角落处仍然有一点点像素化
确实不那么明显了,所以我猜是我的 CSS 出了问题
iframe[src*="open.spotify.com/embed/track"] {
max-width: 690px !important;
width: 100% !important;
margin: 0 0 20px 0 !important;
display: block !important;
box-sizing: border-box !important;
}
1 个赞