Tag: media
-
Using CSS3 media elements
<link rel=”stylesheet” type=”text/css” media=”only screen and (max-device-width:480px)” href=”mobile.css” /> This will apply to any screen less than or equal to 480px You then create a mobile.css style sheet that contains all the formatting for your mobile web site.
-
Vista Media Center, USB Drives and Thumbnails
While trying to setup a new system with Windows Vista to use as my media center I ran into a strange problem. It would create thumbnails and show the video length for all videos, unless they were on the my USB drive. But I found a way around it here Vista Media Center and Videos…