tangled
alpha
login
or
join now
ansxor.ca
/
markup2
0
fork
atom
this repo has no description
0
fork
atom
overview
issues
1
pulls
pipelines
add flags to youtube embed
12Me21
3 years ago
41cd015d
bfa45d0a
+1
-1
1 changed file
expand all
collapse all
unified
split
runtime.js
+1
-1
runtime.js
···
42
42
return
43
43
if (state) {
44
44
this._iframe = document.createElement('iframe')
45
45
-
let src = `https://www.youtube-nocookie.com/embed/${this._id}?autoplay=1`
45
45
+
let src = `https://www.youtube-nocookie.com/embed/${this._id}?autoplay=1&rel=0&modestbranding=1`
46
46
if (this._query)
47
47
src += `&${this._query}`
48
48
this._iframe.src = src