I built this site for our local Scout Council. http://www.pamlicoseabasenc.com
Docwagner
I built this site for our local Scout Council. http://www.pamlicoseabasenc.com
Docwagner
Nice job!
One issue: You videos are not responsive and will cause rendering problems on smaller devices (mobile). To fix add this style rule, that will make the video element responsive and adaptive, to your style sheet:
video {
width: 100%;
height: auto;
max-width: 100%;
}
You must log in to post.