Sir how is it possible to set the Default dimensions of featured image which is displayed under course page .
I want this image to be of the ratio of 750 * 422
Is their any way to upload featured video from the front end .
Realy Realy Appreciated your support .
Okay for fixed dimensions please try adding the given code in your wp-admin -> appearance -> customize -> custom css :
.single-course div#item-header-avatar img.attachment-full.size-full.wp-post-image {width:750px !important;
height:422px !important;
object-fit:cover;
}#buddypress div#item-header{
background:transparent !important;
}
Sorry as of now there is no feature available to upload featured video .
You can put your video in course description at the top .
Thanks Sir . its working fine