We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents af85763 + 665b0e7 commit f6fdb2aCopy full SHA for f6fdb2a
1 file changed
src/APlayer.scss
@@ -92,7 +92,7 @@ $aplayer-height-lrc: $aplayer-height + $lrc-height - 6;
92
height: $aplayer-height;
93
width: $aplayer-height;
94
background-image: url(./default.jpg);
95
- background-size: 100%;
+ background-size: cover;
96
transition: all 0.3s ease;
97
98
.aplayer-button {
@@ -457,4 +457,4 @@ $aplayer-height-lrc: $aplayer-height + $lrc-height - 6;
457
@keyframes aplayer-roll {
458
0%{left:0}
459
100%{left: -100%}
460
-}
+}
0 commit comments