BigVideo.js icon indicating copy to clipboard operation
BigVideo.js copied to clipboard

big-video-vid inline height

Open itsdillon opened this issue 12 years ago • 0 comments

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?

itsdillon avatar Nov 12 '13 17:11 itsdillon