Hello,
I hope someone can help me.
The videos my members upload are showing very strange on the activity. It looks good, but when you scroll down and load more the videos are not looking good. And someway the videos not showing thumbnails. I use the free audio/video encoding services.
See attacment.
I really hope someone can help me out. I try everything.
The css code i use now is:
li.rtmedia-list-item.media-type-video {
width: 100% !important;
display: inline-block;
}
.rtmedia-activity-container .mejs-container.mejs-video {
width: 100% !important;
display: inline-block;
}
@media (min-width:700px) {
.rtmedia-activity-container .mejs-container.mejs-video {
max-height: 405px;
}
}
—–
Kind reagards
Christian