hello and welcome to red stapler channel in this tutorial I'm going to show you
how to add a responsive CSS video background to support all the screen
size and also the mobile device too. ready? let's check it out
here's the example page that we are going to work on I have a centered div
with some text on it this video is going to show you how to
add video background underneath it here is the footage that I have an mp4 format
with Full HD quality the first thing I'm going to do is to open it in full screen
mode and capture the first frame of the footage this image will be used in the
poster attribute in the video attack which will be displayed when the video
is loading
and next let's add a video tag into our HTML page set the poster image and
add attributes I want the video to start playing immediately repeating infinite
time and without any sound and then add the source tag for the path to the
footage file
for the CSS I'm going to add position fix and set the z-index to minus one this
will keep video element at the back while fixing the position
now it seems to be working but if you try resizing the browser you'll see that the
video is not scaling at all
if we simply set either side to 100% that's not going to work because we need
to scale the video properly according to the current browser size
we will need to use media query
is when the screen is too wide we need to keep the width to 100% and scale the
height we can achieve this by using min aspect ratio to 16 to 9
and we'll do it vice versa when the screen ratio is below it 16 to 9
okay that looks good the final step is to replace the footage with
static image on mobile we usually do not want to play the video on mobile due to
high data cost we will add another media query for any devices that have 767
pixel width and below simply our display:none to the video tag and add
a poster image as background to the body
and that's it if you love this video please like or subscribe to support us
and stay tuned for the next update thanks for watching and see you next
time bye


For more infomation >> chocolate video - Duration: 3:26. 

Không có nhận xét nào:
Đăng nhận xét