Changed youtube videos to 16:9
This commit is contained in:
parent
9fd34f06aa
commit
13d01dee27
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@
|
||||||
height = post.imageHeight;
|
height = post.imageHeight;
|
||||||
} else {
|
} else {
|
||||||
width = 800;
|
width = 800;
|
||||||
height = 600;
|
height = 450;
|
||||||
}
|
}
|
||||||
%>
|
%>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue