Hi Sorry don't understand why, but now migrating the site from the siteshaper into the existing site and the video is playing small and the size in general is wrong for the pre-load image too..
Also noticed the
See
http://www.jafs.com.au/2/and
http://www.jafs.com.au/3/Well this is odd.. the Editor changes the HTML also..
here is what I have in the /3/ component
<div class="video_wrap" style="max-height: 980px; min-height: 550px; background: url('
http://www.jafs.com.au/3/images/video_preload.jpg');"><video muted="" autoplay="autoplay" loop="loop" src="
http://www.jafs.com.au/3/images/Puzzle.mp4"></video>
<div class="video_overlay"></div>
</div>
and then when I cut and paste this into the /2/ custom compoent and save it ends up like this.. not sure if that is related somehow ?? Also noticed the ionicons are missing.. same deal the tags are removed when saving.. Any ideas? Note it added the Width and height tags ??
<div class="video_wrap" style="max-height: 980px; min-height: 550px; background: url('../3/images/video_preload.jpg');"><video src="../3/images/Puzzle.mp4" autoplay="autoplay" loop="loop" muted="" width="300" height="150"></video>
<div class="video_overlay"> </div>
</div>
thanks
Jamie