GetPublii / Publii

The most intuitive Static Site CMS designed for SEO-optimized and privacy-focused websites.
https://getpublii.com
GNU General Public License v3.0
6.35k stars 419 forks source link

[Feature Request]: Allow video as featured image #1490

Open brzGatsu opened 7 months ago

brzGatsu commented 7 months ago

Feature Description

Allowing to set videos as featured image can be a real eyecatcher. The video should autoplay and autorepeat with no meadia controls displayed. This can be achieved right now already with GIFs but they have a bad compression ratio, in some of my cases taking up up twice as much bandwidth than MP4 with h264/5 .

bobmitro commented 7 months ago

This can be realized via a post config option, more details: https://getpublii.com/dev/post-config-options/

candidexmedia commented 5 months ago

The video should autoplay and autorepeat with no meadia controls displayed. This can be achieved right now already with GIFs but they have a bad compression ratio, in some of my cases taking up up twice as much bandwidth than MP4 with h264/5 .

What about animated webp?

davidvhammond commented 4 months ago

This can be realized via a post config option, more details: https://getpublii.com/dev/post-config-options/

Would you please provide an example of how this can be implemented? I would really appreciate it!