From 2286ca534a037fd46976aa129ad33cc6e0a5397d Mon Sep 17 00:00:00 2001 From: "Jiwei,Yuan" Date: Wed, 12 Aug 2026 23:36:18 +0100 Subject: [PATCH] fix(issues): render issue attachments in proportion and play videos GitHub writes the upload's pixel size onto the image tag it pastes into a body, so a width clamped to the pane against a height still set to the original stretched every screenshot vertically. Images and video now carry `height: auto` in both the issue detail and the Markdown reader. Video did not render at all. `