Skip to content
Snippets Groups Projects
Commit c3f61f89 authored by Seth Meranda's avatar Seth Meranda
Browse files

CSS and placeholders for video thumbnails.

parent ee132e2a
No related branches found
No related tags found
No related merge requests found
......@@ -251,6 +251,12 @@
var attributes = {}
swfobject.embedSWF("http://www.unl.edu/ucomm/templatedependents/templatesharedcode/scripts/components/mediaplayer/player.swf", "promoVideo", "640", "408", "10.0.0", false, flashvars, params, attributes);
</script>
<div id="promoVideoList">
<a href="#"><img src="mod/customindex/videoThumb.png" alt="Video Thumbnail" /></a>
<a href="#"><img src="mod/customindex/videoThumb.png" alt="Video Thumbnail" /></a>
<a href="#"><img src="mod/customindex/videoThumb.png" alt="Video Thumbnail" /></a>
<a href="#"><img src="mod/customindex/videoThumb.png" alt="Video Thumbnail" /></a>
</div>
</div>
</div>
</div>
......
......@@ -168,6 +168,13 @@ end three equal panels */
padding-top:5px;
clear:left;
}
/**The video poster stuff**/
#promoVideoList {
text-align:center;
}
#promoVideoList a {
margin:0px 5px 0px 5px;
}
/************************************************/
/* the stuff below the splash headlines,posters */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment