BigVideo.js
BigVideo.js copied to clipboard
big-video-vid inline height
Currently using bootstrap for the css framework and have successfully placed the video on the DOM. My only issue is the video is pushing my container down when I want it placed over the video. I Noticed in the HTML that #big-video-vid contains inline styles, and one of them being height. When I remove the height from the inline, everything works like how I want it. I tried using jquery to remove the inline style eg.: ( $('#big-video-vid').css('height', ''); ) but no avail. Any tips?