2016-04-18 59 views
0

我正在加載來自視頻提供商的視頻,但我一直在後臺看到一個隨機圖像(灰色圖標圖像)。我如何刪除該圖像。如何刪除iFrame中的背景圖片:Android

這是我使用的代碼

<html><body style="margin:0px"><iframe id="vzvd-6794570" name="vzvd-6794570" title="vzaar video player" class="vzaar-video-player" type="text/html" width="100%" height="350px"frameborder="0" allowFullScreen allowTransparency="true" mozallowfullscreen webkitAllowFullScreen src="http://view.vzaar.com/6794570/player"></iframe></body></html>

So you can see that there is a gray play button background in the picture

Also happening here on portrait mode

回答

0

使用CSS:

<iframe style="background-image:none" ... ></ifram> 
+0

這並沒有解決問題。 – user1152262