I want to decrease the size of the video on the homepage.
How can I do this?
Website: phattai.au
Password: EPIQMedia
Issue: Users want to reduce the size of videos on their Dawn theme homepage.
Solution provided:
.video-section__media with max-width and padding-bottom set to 600px (adjustable)@media (min-width: 750px) to apply changes for desktop viewFollow-up questions:
Status: The basic solution works for standard embedded videos on desktop, but questions remain about custom implementations and mobile responsiveness.
I want to decrease the size of the video on the homepage.
How can I do this?
Website: phattai.au
Password: EPIQMedia
@julian-dadang , do this to fix it in 20 seconds:
@media (min-width: 750px){
.video-section__media{
max-width: 600px !important;
padding-bottom: 600px !important;
margin: 0 auto;
height: auto;
}
}
You can change the 600px to any values you wish.
If it helps you please click on the “like” button and mark this answer as a solution!
Thank you.
Kind regards,
Diego
Perfect that worked thank you.
Hello! If my video is from files, uploaded on page through custom liquid? how can i make it smaller? thank you!!
Hi Diego, it worked just fine for me! Thanks. Although I’ve got another question:
As you can see in the attachment when the video is pressed ‘play’ it minimizes to like 1/4 of the original size. and in this case it is not great as the size is already pretty smaller. What can I do?
Thanks!
Hi, it changed the video size on the desktop version
How can I change the video size on the mobile mobile version?
Thank you very much!
THANK YOU!!! This fixed it for me!