A copy of our latest Terms & Conditions can be downloaded HERE:
GET IN TOUCH
CONTACT US
Hours:
Mon-Fri: 0900 – 1700
Sat-Sun: Closed
Phone:
+44 (0) 1708 361661
Address:
(See in Google Maps)
Keep Legal Consultancy Ltd
Unit 14, Juliet Way
South Ockendon
Essex
RM15 4YD
Social:
SEND EMAIL
$(function() {
$('.mejs-overlay-loading').closest('.mejs-overlay').addClass('load'); //just a helper class
var $video = $('div.video video');
var vidWidth = $video.attr('width');
var vidHeight = $video.attr('height');
$(window).resize(function() {
var targetWidth = $(this).width(); //using window width here will proportion the video to be full screen; adjust as needed
$('div.video, div.video .mejs-container').css('height', Math.ceil(vidHeight * (targetWidth / vidWidth)));
}).resize();
});
$(function() {
$('.mejs-overlay-loading').closest('.mejs-overlay').addClass('load'); //just a helper class
var $video = $('div.video video');
var vidWidth = $video.attr('width');
var vidHeight = $video.attr('height');
$(window).resize(function() {
var targetWidth = $(this).width(); //using window width here will proportion the video to be full screen; adjust as needed
$('div.video, div.video .mejs-container').css('height', Math.ceil(vidHeight * (targetWidth / vidWidth)));
}).resize();
});
function 1_add_nf_styles( $form_id ) {
if( $form_id == 1 ) {
echo '';
}
}
add_action ( 'ninja_forms_display_css', '1_add_nf_styles' );
function 2_add_nf_styles( $form_id ) {
if( $form_id == 2 ) {
echo '';
}
}
add_action ( 'ninja_forms_display_css', '2_add_nf_styles' );