Ning have changed the layout for the social channels and so we have a small video in the middle of the screen so here is a tip to make the video full screen
Example here: https://jr-images.ning.com/katkam-social-channel
Just add this css to your design studio css
/*** RESIZE THE VIDEO IN SOCIAL CHANNELS ****/
@media only screen and (min-width:979px){
.feedListPagePlayer-source .sourceContainer {
display: flex;
align-items: center;
width: 100%;
height: 70vh;
max-width: 85%;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%,-50%);
}
}
Replies
thank you very much my Master
awesome... thanks Bizz!
Your welcome JF :-)