Log in

View Full Version : Mini Mods - Full Size Videos in CMS


ZGeek
06-02-2010, 10:00 PM
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

.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
.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.

hqlman
06-03-2010, 09:33 AM
Looks really nice :)

kmohamed
06-03-2010, 11:19 PM
thanx looks better
tagged for later use

Ahmet Turan
07-10-2010, 07:01 PM
Thanx

Goodfather
07-11-2010, 04:05 PM
Thanx :)

bandare
07-19-2010, 09:44 PM
Thanks for this... I can't believe things like this are not an option in the CMS settings, especially as this type of content is used so much.

sticky
07-28-2010, 12:12 AM
How do I center the video?

sticky
08-23-2010, 07:49 AM
How do I center the video?
Same question still?

Would like the video centered, not aligned left.

Malcolm-X
12-22-2010, 02:24 AM
Thanks...
Basic but great work...