We build. You grow.

Get best community software here

Start a social network, a fan-site, an education project with oxwall - free opensource community software

video thumbnail in newsfeed | Forum

Topic location: Forum home » Development » Themes
Anas mansour
Anas mansour Sep 4 '14
hi
in newsfeed , i want to increase the size of the video thumbnail to width 100%
and i dont want to show it's description in newsfeed .
how to do that ?
Sachin
Sachin Oct 30 '14
to hide description :
.ow_newsfeed_large_image .ow_newsfeed_item_content {
display : none !important;
}

/* to increase size -- warning : this will increase the size of all the images in newsfeed */
.ow_newsfeed_large_image .ow_newsfeed_item_picture {
width: 100px !important; /*the size of ur pic*/
}