tonsky / grumpy

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

Video shows up before and after the text in Feedly #55

Closed a1exsh closed 2 years ago

a1exsh commented 2 years ago

Screenshot_20211230-120311

tonsky commented 2 years ago

Last time I checked this, I was convinced this was a feedly issue. RSS we provide was fine:

<entry>
  <title>dmitriid is being grumpy</title>
  <link rel="alternate" type="text/html" href="https://grumpy.website/post/0WnNXT_p4"></link>
  <link rel="enclosure" type="video/mp4" href="https://grumpy.website/post/0WnNXT_p4/Ms9qzJq.fit.mp4"></link>
  <id>https://grumpy.website/post/0WnNXT_p4</id>
  <published>2021-12-30T10:23:26Z</published>
  <updated>2021-12-30T10:23:26Z</updated>
  <author>
    <name>dmitriid</name>
  </author>
  <content type="text/html">&lt;p&gt;&lt;video autoplay=&quot;autoplay&quot; loop=&quot;loop&quot; muted=&quot;muted&quot; playsinline=&quot;playsinline&quot; controls=&quot;controls&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/0WnNXT_p4/Ms9qzJq.fit.mp4&quot;/&gt;&lt;/video&gt;&lt;/p&gt;&lt;p&gt;&lt;strong&gt;dmitriid: &lt;/strong&gt;Apple. Obsessive attention to details (c) TM&lt;/p&gt;&lt;p&gt;Yes. They managed to break scrolling in a simple list using a core component of Apple&apos;s own UI library. &lt;/p&gt;</content>
</entry>

Am I missing something?

a1exsh commented 2 years ago

I was on the phone, so haven't checked the actual feed XML. You're right — it looks OK, and the issue is only present with videos, but not with still images.

I've also just checked a different random RSS reader (an experience on its own), so it looks like the issue is related to Feedly itself.

Let's close this and hope the next person who tries to raise an issue will find this. ;)