May 08, 2020 4:29 pm
if there a way to resize images and videos that are uploaded as atm the videos are stupidly long ?
as you can see on this post page the video huge in lengh
https://www.ukpigeonracing.co.uk/community/pictures/video-test/#post-106561
1 Reply
May 08, 2020 5:52 pm
Dashboard > Forums > Settings > Styles admin page put the following CSS code in the "Custom CSS Code" textarea:
#wpforo #wpforo-wrap .wpfa-item video {
max-height: 500px;
}
the 500px can be changed to the max-height you want.