Just need to know if there is a way to control the width of the embedded content or not
[ See first post for link ]
One thing I have noticed is the left indent is larger on the links compared to the YouTube embeds further down. Notice on the left margins the videos are closer to the left edge unlike the links posted in the above mentioned posts.
]]>You can fix this by forcing the left margin to zero on the embed block. Like so:
.wp-block-embed {
margin-left: 0;
}
Something like that in your theme or Custom CSS rules should correct it without affecting anything else other than the embed blocks.
]]>———————————
Also is there anything specific I need to do to get these preview pop ups to work as like the White House Press release I had a hard time getting that to work as I noticed sometimes it would pop up other times it seemed to just post a text link not even an active link. Just that one link seemed to give me a headache the other link seemed to post OK!
]]>The newest post posted fine and the one from the WH posted fine in the end. So this part of this thread is just more out of curiosity is all.
]]>