tonsky / grumpy

Minimalistic blog engine
http://grumpy.website
148 stars 14 forks source link

Feedly does not play Atom video #46

Closed tonsky closed 3 years ago

tonsky commented 4 years ago

Us:

<content type="text/html">&lt;p&gt;&lt;video autoplay=&quot;autoplay&quot; loop=&quot;loop&quot; style=&quot;max-width:550px;height:auto;max-height:500px&quot;&gt;&lt;source type=&quot;video/mp4&quot; src=&quot;https://grumpy.website/post/0TVUDglhS/M3fbtVu.orig.mp4&quot;/&gt;&lt;/video&gt;&lt;/p&gt;&lt;p&gt;&lt;strong&gt;nikitonsky: &lt;/strong&gt;very helpful icons, thank you&lt;/p&gt;</content>

This works (from https://www.underconsideration.com/brandnew/atom.xml):

<video autoplay loop muted playsinline controls controlsList="nodownload"><source src="https://www.underconsideration.com/brandnew/archives/cruise_car_car_origin.mp4" type="video/mp4">Your browser does not support the video tag.</video>
tonsky commented 4 years ago

maybe just add controls, video seems fine