NetNewsWire
                                
                                 NetNewsWire copied to clipboard
                                
                                    NetNewsWire copied to clipboard
                            
                            
                            
                        Twitter Tiny Video When Using Feedbin
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
 0
0
 0
0
Same… And it seems it got even smaller recently… Looks like a couple of pixels.
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;
}