Re-introduces the youtube embed changes.

This reverts commit ec9d144c67.
This commit is contained in:
nonmakina 2021-01-29 20:55:23 -06:00
parent ddd2a4843b
commit f544dde952
2 changed files with 23 additions and 12 deletions

View file

@ -349,7 +349,7 @@ $config['enable_embedding'] = true;
$config['youtube_js_html'] = '<div class="video-container" data-video="$2">'.
'<a href="https://youtu.be/$2" target="_blank" class="file">'.
'<img style="width:255px;height:190px;" src="//img.youtube.com/vi/$2/0.jpg" class="post-image"/>'.
'https://youtu.be/$2'.
'</a></div>';
$config['embedding'] = array();