Change embed code

This commit is contained in:
Jorge Maldonado Ventura 2020-01-04 15:27:45 +01:00
parent 588fc6df85
commit 58c1a68ad9
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ var shareOptions = {
title: player_data.title, title: player_data.title,
description: player_data.description, description: player_data.description,
image: player_data.thumbnail, image: player_data.thumbnail,
embedCode: "<iframe id='ivplayer' type='text/html' width='640' height='360' src='" + embed_url + "' frameborder='0'></iframe>" embedCode: "<iframe id='ivplayer' type='text/html' width='640' height='360' src='" + embed_url + "' style='border:none;'></iframe>"
} }
var player = videojs('player', options); var player = videojs('player', options);