Invision Community 4: SEO, prepare for v5 and dormant account notifications By Matt Monday at 02:04 PM
Maxxius Posted December 5, 2019 Posted December 5, 2019 hello, problem is when you paste a youtube link, then the embedding magic happens and the cursor is placed on a line below the video - you paste another video in it and the videos stick to each other. while vimeo embeded videos do not and have a nice distance between them. When view these two posts and toggle their source code to see the they are similar and most importantly vimeo does not have < br > or < p > </ p > tags between the videos and they don't stick together. Any idea what could I do to make the same spacing happen on youtube embeds without having people manually hitting enter 2 times to make it happen?
opentype Posted December 5, 2019 Posted December 5, 2019 I think the Vimeo spacing is within the iFrame, so it comes directly from the external source. So it wouldn’t be easy to adopt that for YouTube. You could however easily add spacing to all videos. .ipsEmbeddedVideo { margin: 15px auto; }
Maxxius Posted December 5, 2019 Author Posted December 5, 2019 Yes you are right, support told me Vimeo has its spacing from its own just like you said. Fix worked.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.