Explore >> Select a destination


You are here

www.jonashietala.se
| | www.smashingmagazine.com
3.6 parsecs away

Travel
| | `iframe` is one of the few HTML elements that don't play nice with responsive layouts. You may need to use it when embedding content from external sources such as YouTube, so in this article, Rachel McCollin will show you how to make embedded content responsive using CSS. For those occasions when non-coders will be embedding video on your website and you don't want to rely on them adding extra markup,she'll also look at a solution that uses JavaScript instead of CSS.
| | www.alysonshane.com
2.6 parsecs away

Travel
| | .youtube-responsive { position: relative; padding-bottom: 56.25%; padding-top: 30px; max-width: 100%; height: 0; overflow: hidden; } .youtube-responsive iframe, .youtube-responsive object, .youtube-responsive embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; } ...
| | nikitahl.com
2.3 parsecs away

Travel
| | YouTube embeds are a great addition to a web page. In this guide, I'll show you how to make them responsive with a sprinkle of CSS.
| | blog.samuelmaddock.com
20.9 parsecs away

Travel
| After 4 months of waiting, that is the response I got from Widevine, Google's DRM for web browsers, regarding a license agreement. For the last 2 years I've been working on a web browser that now cannot be completed because Google, the creators of the open source browser Chrome, won't allow DRM in an open source project. The browser I'm building, called Metastream, is an Electron-based (Chromium derived), MIT-licensed browser hosted on GitHub.