Hi Geoffrey.
I just checked the feed on my mobile, and the video player works on there okay, just not in my PC browser (I tried Chrome and Brave). I’m definitely looking forward to further updates on this! ??
As for the CSS, it’s just very rough what I did – the font didn’t work with the “inherit” attribute, so I forced it to display things in serif. The video and images in the feed were too big, so I made the 75% instead of 100% width, and I tried and forced some absolute pixel sizes. The lightbox image still appears to be too big though, despite being 75% now it shows up the same as with 100%. Like you say, it probably depends on what the theme says in the CSS. I just never seem to have the time to go through it, since it’s only a hobby site really. ??
Anyway, here is the CSS code I changed:
.bluesky-social-integration-content {font-family: serif; font-weight:normal;}
.bluesky-social-integration-last-post {font-family:serif;}
.bluesky-social-integration-post-gallery {max-width: 75%;}
.bluesky-social-integration-last-post-content video {max-width: 75%;}
.bluesky-lightbox-image {max-width: 75%;}
.bluesky-social-integration-image {height: 100px; width: 900px}