Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Youtube Video Loader
#8
I had to modify yourtube_video_loader.php to get it to work:


PHP Code:
function youtube_video_embed($id,$w,$h){
 return "<div style='
 position:relative;
 padding-bottom:56.25%;
 padding-top:30px;
 height:0;
 overflow:hidden;'>
<iframe  style='
 position:absolute;
 top:0;
 left:0;
 width:100%;
 height:100%;' 
 src='https://www.youtube.com/embed/
$id
 allow='accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture' 
 frameborder='0' 
 allowfullscreen>
</iframe>
</div>"
;

Reply


Messages In This Thread
Youtube Video Loader - by Glaucius - 2016-05-12, 16:19:52
RE: Youtube Video Loader - by Glaucius - 2016-05-12, 17:37:34
Bug fix! - by Glaucius - 2016-07-02, 14:37:12
RE: Youtube Video Loader - by macoffers - 2016-11-01, 03:07:14
RE: Youtube Video Loader - by Blackneron - 2016-11-09, 16:31:38
RE: Youtube Video Loader - by datiswous - 2016-11-03, 00:04:48
RE: Youtube Video Loader - by bensayers - 2017-02-28, 07:05:01
RE: Youtube Video Loader - by olmy - 2019-04-29, 20:12:00



Users browsing this thread: 1 Guest(s)