NetNewsWire icon indicating copy to clipboard operation
NetNewsWire copied to clipboard

Twitter Tiny Video When Using Feedbin

Open michaelwoodruff opened this issue 3 years ago • 3 comments

Twitter posts with embedded video are super tiny on both iOS and Mac. This only occurs when using Feedbin, and does NOT occur with iCloud or "On My iPhone" accounts. Not sure about other RSS services.

Any way to make this 100% width with some CSS magic?

Twitter account used (has tons of videos): https://twitter.com/gmfb

Post: https://twitter.com/gmfb/status/1457769899728650244

Original Slack discussion https://netnewswire.slack.com/archives/CPNED2D7Y/p16363964630351

IMG_0039 0 CleanShot 2021-11-08 at 13 26 55 0

michaelwoodruff avatar Nov 08 '21 20:11 michaelwoodruff

Same… And it seems it got even smaller recently… Looks like a couple of pixels.

carlosefonseca avatar Apr 18 '22 12:04 carlosefonseca

If you need this fixed sooner than the 6.2 release you can add the following CSS code to a custom theme.

video {
	width: 100% !important;
}

vincode-io avatar Nov 13 '22 23:11 vincode-io