You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: