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