Back to vBulletin 4.x Template Modifications

Full Size Videos in CMS
Mod Version: 1.00, by ZGeek

vB Version: 4.0.3 Rating: (0 vote - 0 average) Installs: 13
Released: 03 Jun 2010 Last Update: Never Downloads: 0
Not Supported Template Edits  

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};
}
to
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};
}
Feel free to tweak and change. I've only tested with Youtube, dailymotion and Vimeo.

Download

No files for download.

Screenshots

Click image for larger version
Name:	full_vid.jpg
Views:	658
Size:	105.6 KB
ID:	117942  

Similar Mods

Mini Mods Full Screen Button in Youtube embedded Videos vBulletin 4.x Template Modifications

vblts.ru supports vBulletin®, 2022-2024