Fix popovers with images

Fixes #1391
This commit is contained in:
JonnyWong16 2021-03-14 14:08:13 -07:00
commit 5cc510616f
No known key found for this signature in database
GPG key ID: B1F1F9807184697A
4 changed files with 5 additions and 0 deletions

View file

@ -954,6 +954,7 @@ DOCUMENTATION :: END
$('#channel-icon').popover({
selector: '[data-toggle=popover]',
html: true,
sanitize: false,
container: 'body',
trigger: 'hover',
placement: 'right',
@ -1089,6 +1090,7 @@ DOCUMENTATION :: END
$('#hosted-poster').popover({
selector: '[data-toggle=popover]',
html: true,
sanitize: false,
container: 'body',
trigger: 'hover',
placement: 'top',