Has to do with Twiiter, or whatever we're supposed to call it now. If on the Media Embed settings page in the ACP, I enable full width content, and then post a tweet, I get something like this,
Looks fine, but that's with the lights on. With the lights off, it looks like this,
Big huge white block around the tweet, and I can't figure out any way to get rid of it.
Weird problem with the phpBB Media Embed PlugIn extension - prosilver French edition
-
- Registered User
- Posts: 1383
- Joined: Thu Sep 25, 2014 10:36 am
Re: Weird problem with the phpBB Media Embed PlugIn extensio
You need to define a maximum display width directly from the Twitter extension settings.
-
- Registered User
- Posts: 771
- Joined: Sat Jan 07, 2012 4:16 pm
Re: Weird problem with the phpBB Media Embed PlugIn extensio
That's great, thanks. Works fine for the original post. Unfortunately, I've got the same problem with quotes. I've got this line in my prosilver stylesheet,cabot wrote:You need to define a maximum display width directly from the Twitter extension settings.
Code: Select all
blockquote [data-s9e-mediaembed] { max-width: 50% !important; }
EDIT: It's OK, never mind. I just added the following lines to the stylesheet,
Code: Select all
[data-s9e-mediaembed] { max-width: 1280px !important; }
blockquote [data-s9e-mediaembed] { max-width: 640px !important; }
[data-s9e-mediaembed="twitter"] { max-width: 550px !important; }
blockquote [data-s9e-mediaembed="twitter"] { max-width: 275px !important; }
-
- Registered User
- Posts: 1383
- Joined: Thu Sep 25, 2014 10:36 am