Ranchero-Software / NetNewsWire

RSS reader for macOS and iOS.
https://netnewswire.com/
MIT License
8.43k stars 535 forks source link

Twitter Tiny Video When Using Feedbin #3341

Open michaelwoodruff opened 3 years ago

michaelwoodruff commented 3 years ago

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

carlosefonseca commented 2 years ago

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

vincode-io commented 2 years ago

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;
}
brentsimmons commented 3 months ago

Reopening because this needs additional verification.