From 5b708295b520e162736d996207f82bcc65b3ef28 Mon Sep 17 00:00:00 2001 From: Zac Colley Date: Thu, 13 Nov 2014 22:37:02 +0000 Subject: [PATCH] Styled soundcloud embed --- app/css/app.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/app/css/app.css b/app/css/app.css index a0d8f423..3167200c 100644 --- a/app/css/app.css +++ b/app/css/app.css @@ -1308,6 +1308,9 @@ div.im_message_video_thumb { .im_message_vine_embed { padding-bottom: 100%; } +.im_message_soundcloud_embed { + padding-bottom: 56.25%; /* 16/9 ratio */ +} .im_message_media_embed iframe, .im_message_media_embed webview { position: absolute;