2016-04-18 11 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