- don't make emoji picker freak out by limiting transitions to just app container (#123)
- give width on youtube embed container (#122) - give video a max height of less than current window height (#125) -
This commit is contained in:
@@ -112,10 +112,7 @@ function getYoutubeIdFromURL(url) {
|
||||
}
|
||||
|
||||
function getYoutubeEmbedFromID(id) {
|
||||
return `
|
||||
<div class="chat-embed youtube-embed">
|
||||
<lite-youtube videoid="${id}" />
|
||||
</div>`;
|
||||
return `<div class="chat-embed youtube-embed"><lite-youtube videoid="${id}" /></div>`;
|
||||
}
|
||||
|
||||
function getInstagramEmbedFromURL(url) {
|
||||
|
||||
Reference in New Issue
Block a user