Let's Get In Touch

How Can We Serve You?

What Kind Of Photoshoot Do You Require?

What Kind Of Video Do You Require?

1 + 12 =

eturn $f.length ? $f.val() : null; } function updateVisibility(){ var $row = findFieldRow(); if (!$row.length) return; var fullwidth = getVal('fullwidth') || 'off'; var lightbox = getVal('dbdb_show_in_lightbox'); if (lightbox === null || typeof lightbox === 'undefined') lightbox = 'on'; // assume enabled if control absent var show = (fullwidth === 'on') || (lightbox !== 'off'); $row.toggle(!!show); } var iv=null; $(document).on('et_fb_loaded et_fb_setting:change', function(){ updateVisibility(); }); $(function(){ updateVisibility(); if (!iv) { iv = setInterval(updateVisibility, 500); } }); })(window.jQuery);