1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-10 18:54:08 +02:00

[ticket/16863] Support playing video attachments

Correctly implement audio and video HTML5 tags (there is only one source)

PHPBB3-16863
This commit is contained in:
3D-I
2021-08-30 22:58:06 +02:00
parent 52c8de0bd7
commit e6e7f5afe3
3 changed files with 5 additions and 17 deletions

View File

@@ -688,18 +688,10 @@ dl.thumbnail dt a:hover img {
max-width: 100%;
}
.c-file-audio-source {
/** placeholder */
}
.c-file-video-controls {
max-width: 100%;
}
.c-file-video-source {
/** placeholder */
}
/* Post poll styles
---------------------------------------- */
fieldset.polls {