将优酷视频嵌入手机移动端

		<!--视频-->
		<style type="text/css">
		.webui{padding-top: 10px;overflow:hidden;width:100%;}
		.webui img{width:100%; height:100%;}
		</style>
		<div class="webui">
			<p style="text-align: center;">
			    <iframe align="" src="http://player.youku.com/embed/XMTI3NjE3OTc2NA==" frameborder="0" scrolling="no"></iframe>
			</p>
		</div>
		<!--end 视频-->



上方代码中的src中的链接换成所需要的链接地址即可:

将优酷视频嵌入手机移动端_第1张图片

你可能感兴趣的:(将优酷视频嵌入手机移动端)