<video preload="none" loop controls id="your video id" poster="<?php the_field('photo_name_field'); ?>"> <source src="<?php the_field('video_file_field'); ?>" type="video/mp4"> </video>
<video preload="none" loop controls id="your video id" poster="<?php the_field('photo_name_field'); ?>"> <source src="<?php the_field('video_file_field'); ?>" type="video/mp4"> </video>