|
STYLE GUIDE
#FF3300 - RED
(heading 2) Bold Orange Header
(heading 3) Arial B Header (heading 4) textBold (Quote Style) textquote ___________________________________________________Specific Text for Show Pages ____________________________________________________ Image Sizes
Homepage Slideshow Images INSTRUCTIONS FOR ADDING VIDEOS TO SITE { flv}LMDE_VIDEO2_VP6_384K|198|125|2{/flv } * Note: remove space after "{" and before"flv" this was just added so that code is visible and video doesn't actually render What this does is load the LMDE_VIDEO2_VP6_384K.flv files from the /images/stories/videos/ directory on the server (and it also loads a thumbnail with the same name: LMDE_VIDEO2_VP6_384K.jpg). It loads it with the dimensions 198 x 125. The final 2 means don't autoplay (if you want the video to autoplay you can just change that 2 to a 1). So in the future if you had a video called simon.flv that you wanted to put in that place you'd: 1) Upload simon.flv to /images/stories/videos/ 2) Upload simon.jpg to /images/stories/videos/ (only if you want a thumbnail, otherwise it will be a black screen with the play arrow) 3) Edit the module and put this in the place of the existing code: { flv}simon|198|125|2{/flv }
|