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 Training and Consultancy Unit 14, Juliet Way South Ockendon Essex RM15 4YD
Address:
Keep Legal House
Unit 7, The Cedars
Coton Road
Whitacre Heath
West Midlands
B46 2HH
Social:
SEND EMAIL
We use cookies to ensure that we give you the best experience on our website. If you continue to use this site we will assume that you are happy with it.
$(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' );