How to display a poster during video uploading
Автор: Axel
Просмотрено 1723,
Подписчики 1,
Размещенный 0
Hey all,
Does anyone has an idea to display a poster (fix picture) during a video loading
Here an example, where the video could be a little bit long sometimes depends of device and bandwith.
KolAsim, an idea :-)
Others ?
Размещено
Salut Axel,
A toutes fins utiles en attendant le passage d'un Pro de la chose : https://helpcenter.websitex5.com/ru/post/211849
En cherchant un peu j'ai trouvé ça aussi (des fois que... ? a priori intéressant pour une grande quantité d'images en chargement...) :
https://smallenvelop.com/display-loading-icon-page-loads-completely/
J.P.
Автор
Salut Jipé,
Merci pour le lien... Mais marche pas dans mon exemple !!
Maybe KolAsim.
I added the code from second Jipe's link here https://www.lucasfalck.fr/index2.html
...!... x loader ...?...
1) - utilisez une image GifAnim comme arrière-plan de la cellule;
2) - ou (x index2.html) collez ce code dans: Expert | Avant de fermer le TAG /HEAD:
<style> #imPageRowGraphicsVideo_2 {background: url('http://www.kolasim-zone.it/loader.gif') no-repeat center center; background-size: 30%;} </style>
.
ciao
.
Автор
Nooooooo
index2.html updated... Line 60
... OK:
.
Автор
Hey KolAsim... OK for you !!!
not for me (Chrome, Firefox ...)
When I check with precision the gif is displayed les s1 s just before the video is running. But not during loading
idea ?
... x 15 seconds:
<style>
#imPageRowGraphicsVideo_2_wrapper:after {content:"";position:absolute;z-index:100;width:100%;height:100%;top:0px;left:0px;background: url('http://www.kolasim-zone.it/loader.gif') no-repeat center center; background-size: 30%; -webkit-animation: fadeout 15s linear 1 forwards; animation: fadeout 15s linear 1 forwards;}
@-webkit-keyframes fadeout { 1% { opacity: 1; } 50% { opacity: 1; } 100% { opacity: 0; } }
@keyframes fadeout { 1% { opacity: 1; } 50% { opacity: 1; } 100% { opacity: 0; } }
</style>
.
Автор
Yes & No.
With this code the gif is displayed on the starting video and disappears after 15s the video running in background
I will prefer just the gif during video pre-loading and when the video is started the gif disappears
in any case..many thanks for your useful help
@Wsx5 ...
try this:
http://evgv.github.io/js/css/loader/2016/11/13/display-loader-until-page-fully-loaded.html
my test with your video:
http://pcuty.altervista.org/2019t/videoriga.html
bye !
Автор
Hooo...thanks Claudio...
Автор
Grrrr.... Same code as yours @Claudio.
gif is displayed during loading... no video !!! Hagh !!!
https://www.lucasfalck.fr/index2.html
idea why ???
Hello ! but on my website with your video does it seem to work?
Автор
kolAsimmmmmmmm
an idea ?
... Je ne peux pas vérifier la vidéo car mon Firefox ne voit pas MP4 mais seulement les vidéos WEBM ...
... Cependant, le préchargeur de page normal fonctionne, mais cela n'a rien à voir avec mon code qui a d'autres objectifs ...
.
Автор
OK.. thanks again for your help in anycase.