secondary video css
- The topic ‘secondary video css’ is closed to new replies.
Need help? Check out our Support site, then
Hi,
After adding my secondary video I want to expand the area which is visible. Right now the video get’s cropped in a weird manner. Please advise.
The blog I need help with is: (visible only to logged in users)
Hi,
You should be able to adjust the height of the secondary video section with this custom CSS:
#secondary-video-home, #youtube3{
height: 800px !important;
}