Skip to content

Commit 1670913

Browse files
Mugen87mrdoob
authored andcommitted
css3d_youtube.html: Fixed Mixed Content Error (SSL) (mrdoob#9802)
1 parent 9c25548 commit 1670913

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/css3d_youtube.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
iframe.style.width = '480px';
4343
iframe.style.height = '360px';
4444
iframe.style.border = '0px';
45-
iframe.src = [ 'http://www.youtube.com/embed/', id, '?rel=0' ].join( '' );
45+
iframe.src = [ 'https://www.youtube.com/embed/', id, '?rel=0' ].join( '' );
4646
div.appendChild( iframe );
4747

4848
var object = new THREE.CSS3DObject( div );

0 commit comments

Comments
 (0)