Shop Categories

X

Reply To: Quick Question! Regarding a video banner on home page

Home Forums Agama Pro Quick Question! Regarding a video banner on home page Reply To: Quick Question! Regarding a video banner on home page

#26532
Zex
Moderator

Hello, Joseph!

Thank you for using our theme!

The height and width of the video can be easily configured using the custom CSS code.
Make your video in proportions you want(e.g 1200×300 px), then upload it and add the custom unique class to it:
https://prnt.sc/sa76lq

After that insert the following code into Customizing->General->Additional CSS:

.your_video_class{
    width:100%;
    max-height:300px!important; 
}

Regards