Revert "Replace Youtube embed"

This commit is contained in:
nonmakina 2021-01-29 20:09:27 -06:00 committed by GitHub
parent 4fd6506069
commit ec9d144c67
2 changed files with 12 additions and 23 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">'.
'https://youtu.be/$2'.
'<img style="width:255px;height:190px;" src="//img.youtube.com/vi/$2/0.jpg" class="post-image"/>'.
'</a></div>';
$config['embedding'] = array();