|
Full Size Videos in CMS
I've been looking around for this but I couldn't find anything. Pardon if this has been posted before.
I wanted to get rid of the video thumbnails on my CMS and make them full size. This is what I did. First you edit the vbcms_article_preview_object_size stylevar to the size you want. Then in vbcms.css change Code:
.showpreviewonly object {
border:{vb:stylevar vbcms_article_preview_image_border};
outline: {vb:stylevar vbcms_article_preview_image_outline};
float:{vb:stylevar left};
margin:{vb:stylevar vbcms_article_preview_image_margin};
{vb:stylevar vbcms_article_preview_object_size};
}
Code:
.showpreviewonly object {
border:{vb:stylevar vbcms_article_preview_image_border};
outline: {vb:stylevar vbcms_article_preview_image_outline};
margin-top:10px;
{vb:stylevar vbcms_article_preview_object_size};
}
Download No files for download. Screenshots |
|||||||||
Similar Mods
| Mini Mods Full Screen Button in Youtube embedded Videos | vBulletin 4.x Template Modifications |