The Arcive of vBulletin Modifications Site. |
|
Full Size Videos in CMS Details »»
|
|||||||||||||||||||||||||||
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};
}
Screenshots
Show Your Support
|
|||||||||||||||||||||||||||
| Благодарность от: | ||
| nacaruncr | ||
| Comments |
|
#2
|
||||
|
||||
|
Looks really nice
|
|
#3
|
|||
|
|||
|
thanx looks better
tagged for later use |
|
#4
|
|||
|
|||
|
Thanx
|
|
#5
|
||||
|
||||
|
Thanx
|
|
#6
|
|||
|
|||
|
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.
|
|
#7
|
|||
|
|||
|
How do I center the video?
|
|
#8
|
|||
|
|||
|
Same question still?
Would like the video centered, not aligned left. |
|
#9
|
|||
|
|||
|
Thanks...
Basic but great work... |
![]() |
|
|