In the new JomSocial 4.1RC I changed the CSS to show the video thumbnails as full player size and the playback in the stream is also the same size. 620px by 340px appears to work well with my layout. This sample is a standard YouTube link. What do you think?
SaovryI love this thumbnails. Could you share with me or someone in here?9 years ago
Craig Luecke/components/com_community/templates/jomsocial/assets/css/style.css is the file you want to edit. Search for the max-width: 480px; and change that to whatever the width of your news feed is. Mine is 640px. That makes the images, group banners and other graphics fill out the width. For the video under .joms-media__thumbnail { remove the next 3 lines of width: 120px; height: 120px; and display:.../components/com_community/templates/jomsocial/assets/css/style.css is the file you want to edit. Search for the max-width: 480px; and change that to whatever the width of your news feed is. Mine is 640px. That makes the images, group banners and other graphics fill out the width. For the video under .joms-media__thumbnail { remove the next 3 lines of width: 120px; height: 120px; and display: table-cell; That will make the video escape the small thumbnail and stretch across the news feed. To make that larger find .joms-media--video.being-played and look for the height: 240px !important and make that 340px. Show more9 years ago
DmitryIt takes lot of space. Not for me9 years ago
Daniel SoaresThank you for sharing with Craig agent!
I like the video image full size!9 years ago
JomSocial 4.1 Release Candidate Is Here - JomSocial
Find out what JomSocial is up to, news, tips, changes and more!
I like the video image full size! 9 years ago