July 16, 201412 yr I have a new website under development and I want to add a looping video to the top section of the site (which I've done) instead of a static banner. However I can't for the life of me work out how to keep the video full width but only 425px high whilst still responsive for mobile. Can anyone help? It's driving me nuts! Thanks guys!!
July 16, 201412 yr Does this help? video#bgvid { margin-bottom: -6px; max-width: 100%; width: 100%; }
July 17, 201412 yr Try adding "overflow: hidden;" to the homevid ID that should make the height of the video 427px
Create an account or sign in to comment