我有一个博客,我希望在页面加载后加载 youtube 和 vimeo 视频,因为到目前为止,这些视频阻止了其余内容的加载。
这是我为每个帖子生成的代码:
public function generateVimeoVideo($class){
return "<iframe class='".$class."' src='//player.vimeo.com/video/".$this->vimeo_video_id."' frameborder='0' webkitAllowFullScreen mozallowfullscreen allowFullScreen></iframe>";
}
onload 后如何加载?