I can’t confirm that we will be able to use Scout so today we will just focus on responsive media and we will see if by Wednesday, we will be able to get back to Scout and Sass. I’ve collected a number of resources around responsive media in this post: […]
Daily Archives: November 25, 2019
Resources related to using media (images, video, audio) in your sites. ATTRIBUTION Even if the site does not require you to attribute the image, I am requiring you to do it for your web site projects. Images Where to Find Usable Images I collected a number of sites and resources […]
Here are some CodePens on embedding responsive Media. They all follow the same basic principle: Wrap the embed code (usually an iframe) in a div with a class and then do most of the styling on the div in your CSS. Responsive Video Embed With video, it is important to […]
Previously we showed some basic CSS to make an image responsive. All that does is allow the image to resize as the element that contains it resizes. This means that you have to add the image at the largest size it can possibly be. The techniques below allow you to […]
When you use an image on a web site, you must obey copyright law and only use images you have an explicit right to use. So, searching Google Images is NOT the way to find them (unless you take additional steps shown below). The general rule of thumb is: Only […]