diff --git a/index.js b/index.js index 2fd15ea..e921d19 100644 --- a/index.js +++ b/index.js @@ -33,6 +33,7 @@ function ActivateVideo(id) { holder.removeChild(document.getElementById("play-"+id)) let vid = document.createElement("video") vid.controls = true + vid.width = 360 let vids = document.createElement("source") vids.src = EntryData[id].videourl vids.type = EntryData[id].videotype