Las miniaturas de video no se generan para los videos subidos en el foro de Discourse

Hi,

This was the case before, but the preloading of video metadata has been disabled in a recent PR.

Preloading just metadata is not always respected by browsers, and
sometimes the whole video will be downloaded. This switches to using a
placeholder image for the video and only loads the video when the play
button is clicked.

https://github.com/discourse/discourse/pull/23807

2 Me gusta