Skip to content

Restore responsiveness of videos in posts

username-removed-236961 requested to merge restore-video-responsive-scss into master

Complementary to https://gitlab.com/gitlab-com/www-gitlab-com/merge_requests/4167

Why: the iframe fixed value (pixels) were causing extra space under the videos in blog posts:

Screen_Shot_2016-12-09_at_18.31.08

Note that, if removed the height only, all the video iframes copy-pasted from YouTube as-is would break. We need to preserve that on the behalf of old posts.

Merge request reports