Closed (fixed)
Project:
Social Base
Version:
2.1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
10 Jan 2022 at 10:54 UTC
Updated:
6 Feb 2024 at 20:59 UTC
Jump to comment: Most recent
Currently we don't style the video element, so it can be that if the video has a big width and height, that it will render beyond it's parent element.
1. Enable social_embed
2. Upload a local video file and copy its URL
3. Create a new basic page and click the 'Media' button in CKEditor
4. Paste and embed the local video that you uploaded in the previous step.
5. See that the video is rendered beyond its parent width.
Setting the video element width to 100% should resolve all issues.
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #3
nkoporecComment #4
nachosalvador commentedLooks good to me
Comment #9
agamich commentedThe changes were merged into 2.1.x branch.