0
我正在使用iframe在我的網站上顯示視頻,並且想要更改播放按鈕的樣式。如何更改我的iframe視頻背景圖像?
這裏我的代碼:
.ytp-cued-thumbnail-overlay-image {
\t background: url(https://www.w3schools.com/css/trolltunga.jpg);
}
button.ytp-large-play-button.ytp-button {
z-index: -1 !important;
}
<iframe width="420" height="345" src="https://www.youtube.com/embed/XGSy3_Czz8k"></iframe>
我怎樣才能把我的背景圖片和更改按鈕的造型?
試試這個線程.. [自定義播放按鈕YouTube視頻](https://stackoverflow.com/questions/32627887/youtube-custom-play-icon) – vijay