{"id":23,"date":"2023-09-05T11:59:38","date_gmt":"2023-09-05T09:59:38","guid":{"rendered":"https:\/\/vixylive.com\/nl\/?page_id=23"},"modified":"2025-12-15T12:11:58","modified_gmt":"2025-12-15T11:11:58","slug":"use-cases","status":"publish","type":"page","link":"https:\/\/vixylive.com\/nl\/use-cases\/","title":{"rendered":"Oplossingen"},"content":{"rendered":"<section id=special-navigation-block-block_b24aba0d461f16c7567c45bec7333a8c class=\"section special_navigation_block contains-bg-color total-items-2\"  data-bg-variation=\"grey\" itemscope><div class=\"container\"><div class=\"block-row blocks-in-row-1\"><div class=\"block special-navigation-block \"><div class=\"inner-wrapper\"><div class=\"content-wrapper\"><\/div><nav><ul class=\"total-items-2\"><li><a  title=\"Online productlancering\" href=\"https:\/\/vixylive.com\/nl\/use-cases\/online-productlancering\/\" class=\"link\" itemscope itemtype=\"http:\/\/schema.org\/WebPage\" itemprop=\"isPartOf\"><meta itemprop=\"significantLink\" content=\"https:\/\/vixylive.com\/nl\/use-cases\/online-productlancering\/\"><figure itemscope itemtype=\"http:\/\/schema.org\/ImageObject\" itemprop=\"isPartOf\" class=\"img-wrapper\"><img decoding=\"async\" title=\"Screenshot\" alt=\"\" src=\"https:\/\/vixylive.com\/nl\/wp-content\/uploads\/sites\/2\/2023\/09\/Screenshot-2024-07-22-at-1.43.48\u202fPM-1200x675.jpeg\"\/><meta itemprop=\"name\" content=\"Screenshot\"><meta itemprop=\"image\" content=\"https:\/\/vixylive.com\/nl\/wp-content\/uploads\/sites\/2\/2023\/09\/Screenshot-2024-07-22-at-1.43.48\u202fPM-1200x675.jpeg\"><\/figure><span class=\"link-text\">Online productlancering<\/span><\/a><\/li><li><a  title=\"Hackathon\" href=\"https:\/\/vixylive.com\/nl\/use-cases\/hackathon\/\" class=\"link\" itemscope itemtype=\"http:\/\/schema.org\/WebPage\" itemprop=\"isPartOf\"><meta itemprop=\"significantLink\" content=\"https:\/\/vixylive.com\/nl\/use-cases\/hackathon\/\"><figure itemscope itemtype=\"http:\/\/schema.org\/ImageObject\" itemprop=\"isPartOf\" class=\"img-wrapper\"><img decoding=\"async\" title=\"Screenshot\" alt=\"\" src=\"https:\/\/vixylive.com\/nl\/wp-content\/uploads\/sites\/2\/2024\/07\/hackathon_stage-4-1200x675.jpeg\"\/><meta itemprop=\"name\" content=\"Screenshot\"><meta itemprop=\"image\" content=\"https:\/\/vixylive.com\/nl\/wp-content\/uploads\/sites\/2\/2024\/07\/hackathon_stage-4-1200x675.jpeg\"><\/figure><span class=\"link-text\">Hackathon<\/span><\/a><\/li><\/ul><\/nav><\/div><\/div><\/div><\/div><\/section>\n\n<section id=section-block_af45001c5c7e762e9ea3fa4bc334e0f7 class=\"section slider_block\" itemscope itemtype=\"http:\/\/schema.org\/WebPageElement\" itemprop=\"hasPart\"><div class=\"container\"><div class=\"block-row blocks-in-row-2\"><div class=\"block slider-block\">\n                        <script type=\"text\/javascript\">\n\n                            (function($){\n\n                                $( document ).ready(function() {\n\n                                    \/\/\n                                    \/\/   Variables\n                                    \/\/\n                                    \/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\n\n                                    \/\/ Play with this value to change the speed\n                                    let tickerSpeed = 0.4;\n\n                                    let flickity = null;\n                                    let flickity2 = null;\n                                    \n                                    let isPaused = false;\n\n                                    const slideshowEl = document.querySelector('#slider-img-wrapper-1-block_af45001c5c7e762e9ea3fa4bc334e0f7');\n                                    const slideshowEl2 = document.querySelector('#slider-img-wrapper-2-block_af45001c5c7e762e9ea3fa4bc334e0f7');\n\n                                    \/\/\n                                    \/\/   Functions\n                                    \/\/\n                                    \/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\n\n                                    const update = () => {\n                                        if (isPaused) return;\n                                            if (flickity.slides) {\n                                                flickity.x = (flickity.x + tickerSpeed) % flickity.slideableWidth;\n                                                flickity.selectedIndex = flickity.dragEndRestingSelect();\n                                                flickity.updateSelectedSlide();\n                                                flickity.settle(flickity.x);\n                                            }\n\n                                            if (flickity2.slides) {\n                                                flickity2.x = (flickity2.x - tickerSpeed) % flickity2.slideableWidth;\n                                                flickity2.selectedIndex = flickity2.dragEndRestingSelect();\n                                                flickity2.updateSelectedSlide();\n                                                flickity2.settle(flickity2.x);\n                                            }\n\n                                            window.requestAnimationFrame(update);\n                                        };\n\n                                        const pause = () => {\n                                            isPaused = true;\n                                        };\n\n                                        const play = () => {\n                                        if (isPaused) {\n                                            isPaused = false;\n                                            window.requestAnimationFrame(update);\n                                        }\n                                    };\n\n                                    \/\/\n                                    \/\/   Create Flickity\n                                    \/\/\n                                    \/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\n\n                                    flickity = new Flickity(slideshowEl, {\n                                        autoPlay: false,\n                                        prevNextButtons: false,\n                                        pageDots: false,\n                                        draggable: true,\n                                        wrapAround: true,\n                                        lazyLoad: true,\n                                        imagesLoaded: true,\n                                        selectedAttraction: 0.015,\n                                        friction: 0.25\n                                    });\n\n                                    flickity.x = 0;\n\n                                    flickity2 = new Flickity(slideshowEl2, {\n                                        autoPlay: false,\n                                        prevNextButtons: false,\n                                        pageDots: false,\n                                        draggable: true,\n                                        wrapAround: true,\n                                        lazyLoad: true,\n                                        imagesLoaded: true,\n                                        selectedAttraction: 0.015,\n                                        friction: 0.25\n                                    });\n\n                                    flickity2.x = 0;\n\n                                    \/\/\n                                    \/\/   Add Event Listeners\n                                    \/\/\n                                    \/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\n\n                                    \/\/ slideshowEl.addEventListener('mouseenter', pause, false);\n                                    \/\/ slideshowEl.addEventListener('focusin', pause, false);\n                                    \/\/ slideshowEl.addEventListener('mouseleave', play, false);\n                                    \/\/ slideshowEl.addEventListener('focusout', play, false);\n\n                                    \/\/ flickity.on('dragStart', () => {\n                                    \/\/     isPaused = true;\n                                    \/\/ });\n\n                                    \/\/ \/\/Slider 2\n                                    \/\/ slideshowEl2.addEventListener('mouseenter', pause, false);\n                                    \/\/ slideshowEl2.addEventListener('focusin', pause, false);\n                                    \/\/ slideshowEl2.addEventListener('mouseleave', play, false);\n                                    \/\/ slideshowEl2.addEventListener('focusout', play, false);\n\n                                    \/\/ flickity2.on('dragStart', () => {\n                                    \/\/     isPaused = true;\n                                    \/\/ });\n\n                                    \/\/\n                                    \/\/   Start Ticker\n                                    \/\/\n                                    \/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\n\n                                    update();\n                                  \n                                });\n\n                            })(jQuery);\n\n                        <\/script>\n\n                    <div class=\"title-wrapper\"><H2 class=\"block-title\">Use cases impressie<\/H2><\/div><div class=\"inner-wrapper\"><div id=\"slider-img-wrapper-1-block_af45001c5c7e762e9ea3fa4bc334e0f7\" class=\"images-collection-wrapper slider-1\"><figure itemscope itemtype=\"http:\/\/schema.org\/ImageObject\" itemprop=\"isPartOf\" class=\"img-wrapper\"><img decoding=\"async\" itemprop=\"image\" title=\"philips-hue-signify-3-1200x675\" alt=\"\" width=\"1200\" height=\"675\" src=\"https:\/\/vixylive.com\/nl\/wp-content\/uploads\/sites\/2\/2023\/09\/philips-hue-signify-3-1200x675-1.jpg\"\/><meta itemprop=\"name\" content=\"philips-hue-signify-3-1200x675\"><meta itemprop=\"image\" content=\"https:\/\/vixylive.com\/nl\/wp-content\/uploads\/sites\/2\/2023\/09\/philips-hue-signify-3-1200x675-1.jpg\"><\/figure><figure itemscope itemtype=\"http:\/\/schema.org\/ImageObject\" itemprop=\"isPartOf\" class=\"img-wrapper\"><img decoding=\"async\" itemprop=\"image\" title=\"Screenshot 2024-07-22 at 1.43.21\u202fPM\" alt=\"\" width=\"1200\" height=\"675\" src=\"https:\/\/vixylive.com\/nl\/wp-content\/uploads\/sites\/2\/2023\/09\/Screenshot-2024-07-22-at-1.43.21\u202fPM-1200x675.png\"\/><meta itemprop=\"name\" content=\"Screenshot 2024-07-22 at 1.43.21\u202fPM\"><meta itemprop=\"image\" content=\"https:\/\/vixylive.com\/nl\/wp-content\/uploads\/sites\/2\/2023\/09\/Screenshot-2024-07-22-at-1.43.21\u202fPM-1200x675.png\"><\/figure><figure itemscope itemtype=\"http:\/\/schema.org\/ImageObject\" itemprop=\"isPartOf\" class=\"img-wrapper\"><img decoding=\"async\" itemprop=\"image\" title=\"Screenshot 2024-07-22 at 12.58.23\u202fPM\" alt=\"\" width=\"903\" height=\"507\" src=\"https:\/\/vixylive.com\/nl\/wp-content\/uploads\/sites\/2\/2023\/09\/Screenshot-2024-07-22-at-12.58.23\u202fPM.png\"\/><meta itemprop=\"name\" content=\"Screenshot 2024-07-22 at 12.58.23\u202fPM\"><meta itemprop=\"image\" content=\"https:\/\/vixylive.com\/nl\/wp-content\/uploads\/sites\/2\/2023\/09\/Screenshot-2024-07-22-at-12.58.23\u202fPM.png\"><\/figure><figure itemscope itemtype=\"http:\/\/schema.org\/ImageObject\" itemprop=\"isPartOf\" class=\"img-wrapper\"><img decoding=\"async\" itemprop=\"image\" title=\"Screenshot\" alt=\"\" width=\"1200\" height=\"675\" src=\"https:\/\/vixylive.com\/nl\/wp-content\/uploads\/sites\/2\/2024\/07\/hackathon_stage-4-1200x675.jpeg\"\/><meta itemprop=\"name\" content=\"Screenshot\"><meta itemprop=\"image\" content=\"https:\/\/vixylive.com\/nl\/wp-content\/uploads\/sites\/2\/2024\/07\/hackathon_stage-4-1200x675.jpeg\"><\/figure><figure itemscope itemtype=\"http:\/\/schema.org\/ImageObject\" itemprop=\"isPartOf\" class=\"img-wrapper\"><img decoding=\"async\" itemprop=\"image\" title=\"hackathon_hackers 1\" alt=\"\" width=\"1200\" height=\"675\" src=\"https:\/\/vixylive.com\/nl\/wp-content\/uploads\/sites\/2\/2024\/07\/hackathon_hackers-1-1200x675.jpeg\"\/><meta itemprop=\"name\" content=\"hackathon_hackers 1\"><meta itemprop=\"image\" content=\"https:\/\/vixylive.com\/nl\/wp-content\/uploads\/sites\/2\/2024\/07\/hackathon_hackers-1-1200x675.jpeg\"><\/figure><figure itemscope itemtype=\"http:\/\/schema.org\/ImageObject\" itemprop=\"isPartOf\" class=\"img-wrapper\"><meta itemprop=\"description\" content=\"ING Orange Live\"><img decoding=\"async\" itemprop=\"image\" title=\"ING_Orange_Live_Cropped\" alt=\"ING Orange Live\" width=\"1200\" height=\"675\" src=\"https:\/\/vixylive.com\/nl\/wp-content\/uploads\/sites\/2\/2024\/05\/ING_Orange_Live_Cropped-1200x675.jpg\"\/><meta itemprop=\"name\" content=\"ING_Orange_Live_Cropped\"><meta itemprop=\"image\" content=\"https:\/\/vixylive.com\/nl\/wp-content\/uploads\/sites\/2\/2024\/05\/ING_Orange_Live_Cropped-1200x675.jpg\"><\/figure><figure itemscope itemtype=\"http:\/\/schema.org\/ImageObject\" itemprop=\"isPartOf\" class=\"img-wrapper\"><img decoding=\"async\" itemprop=\"image\" title=\"Screenshot\" alt=\"\" width=\"1177\" height=\"661\" src=\"https:\/\/vixylive.com\/nl\/wp-content\/uploads\/sites\/2\/2023\/09\/Screenshot-2024-07-22-at-12.43.16\u202fPM.jpeg\"\/><meta itemprop=\"name\" content=\"Screenshot\"><meta itemprop=\"image\" content=\"https:\/\/vixylive.com\/nl\/wp-content\/uploads\/sites\/2\/2023\/09\/Screenshot-2024-07-22-at-12.43.16\u202fPM.jpeg\"><\/figure><figure itemscope itemtype=\"http:\/\/schema.org\/ImageObject\" itemprop=\"isPartOf\" class=\"img-wrapper\"><img decoding=\"async\" itemprop=\"image\" title=\"Screenshot 2024-07-22 at 12.43.48\u202fPM\" alt=\"\" width=\"1176\" height=\"661\" src=\"https:\/\/vixylive.com\/nl\/wp-content\/uploads\/sites\/2\/2023\/09\/Screenshot-2024-07-22-at-12.43.48\u202fPM.png\"\/><meta itemprop=\"name\" content=\"Screenshot 2024-07-22 at 12.43.48\u202fPM\"><meta itemprop=\"image\" content=\"https:\/\/vixylive.com\/nl\/wp-content\/uploads\/sites\/2\/2023\/09\/Screenshot-2024-07-22-at-12.43.48\u202fPM.png\"><\/figure><figure itemscope itemtype=\"http:\/\/schema.org\/ImageObject\" itemprop=\"isPartOf\" class=\"img-wrapper\"><img decoding=\"async\" itemprop=\"image\" title=\"Screenshot\" alt=\"\" width=\"1200\" height=\"675\" src=\"https:\/\/vixylive.com\/nl\/wp-content\/uploads\/sites\/2\/2023\/09\/Screenshot-2024-07-22-at-1.43.48\u202fPM-1200x675.jpeg\"\/><meta itemprop=\"name\" content=\"Screenshot\"><meta itemprop=\"image\" content=\"https:\/\/vixylive.com\/nl\/wp-content\/uploads\/sites\/2\/2023\/09\/Screenshot-2024-07-22-at-1.43.48\u202fPM-1200x675.jpeg\"><\/figure><\/div><div id=\"slider-img-wrapper-2-block_af45001c5c7e762e9ea3fa4bc334e0f7\" class=\"images-collection-wrapper slider-2\"><figure itemscope itemtype=\"http:\/\/schema.org\/ImageObject\" itemprop=\"isPartOf\" class=\"img-wrapper\"><img decoding=\"async\" itemprop=\"image\" title=\"Screenshot\" alt=\"\" width=\"1200\" height=\"675\" src=\"https:\/\/vixylive.com\/nl\/wp-content\/uploads\/sites\/2\/2024\/07\/hackathon_naranja-1-1200x675.jpeg\"\/><meta itemprop=\"name\" content=\"Screenshot\"><meta itemprop=\"image\" content=\"https:\/\/vixylive.com\/nl\/wp-content\/uploads\/sites\/2\/2024\/07\/hackathon_naranja-1-1200x675.jpeg\"><\/figure><figure itemscope itemtype=\"http:\/\/schema.org\/ImageObject\" itemprop=\"isPartOf\" class=\"img-wrapper\"><img decoding=\"async\" itemprop=\"image\" title=\"Screenshot\" alt=\"\" width=\"1200\" height=\"675\" src=\"https:\/\/vixylive.com\/nl\/wp-content\/uploads\/sites\/2\/2024\/07\/hackathon_stage-5-1200x675.jpeg\"\/><meta itemprop=\"name\" content=\"Screenshot\"><meta itemprop=\"image\" content=\"https:\/\/vixylive.com\/nl\/wp-content\/uploads\/sites\/2\/2024\/07\/hackathon_stage-5-1200x675.jpeg\"><\/figure><figure itemscope itemtype=\"http:\/\/schema.org\/ImageObject\" itemprop=\"isPartOf\" class=\"img-wrapper\"><img decoding=\"async\" itemprop=\"image\" title=\"hackathon_boh\" alt=\"\" width=\"1200\" height=\"675\" src=\"https:\/\/vixylive.com\/nl\/wp-content\/uploads\/sites\/2\/2024\/07\/hackathon_boh-1200x675.jpeg\"\/><meta itemprop=\"name\" content=\"hackathon_boh\"><meta itemprop=\"image\" content=\"https:\/\/vixylive.com\/nl\/wp-content\/uploads\/sites\/2\/2024\/07\/hackathon_boh-1200x675.jpeg\"><\/figure><figure itemscope itemtype=\"http:\/\/schema.org\/ImageObject\" itemprop=\"isPartOf\" class=\"img-wrapper\"><meta itemprop=\"description\" content=\"Live Event ING Orange Live\"><img decoding=\"async\" itemprop=\"image\" title=\"ING_Orange_Live24\" alt=\"Live Event ING Orange Live\" width=\"1200\" height=\"675\" src=\"https:\/\/vixylive.com\/nl\/wp-content\/uploads\/sites\/2\/2024\/05\/ING_Orange_Live24-1200x675.jpg\"\/><meta itemprop=\"name\" content=\"ING_Orange_Live24\"><meta itemprop=\"image\" content=\"https:\/\/vixylive.com\/nl\/wp-content\/uploads\/sites\/2\/2024\/05\/ING_Orange_Live24-1200x675.jpg\"><\/figure><figure itemscope itemtype=\"http:\/\/schema.org\/ImageObject\" itemprop=\"isPartOf\" class=\"img-wrapper\"><meta itemprop=\"description\" content=\"Live event ING\"><img decoding=\"async\" itemprop=\"image\" title=\"WhatsApp Image 2023-10-05 at 11.39.57\" alt=\"Live event ING\" width=\"1200\" height=\"675\" src=\"https:\/\/vixylive.com\/nl\/wp-content\/uploads\/sites\/2\/2023\/10\/WhatsApp-Image-2023-10-05-at-11.39.57-1200x675.jpeg\"\/><meta itemprop=\"name\" content=\"WhatsApp Image 2023-10-05 at 11.39.57\"><meta itemprop=\"image\" content=\"https:\/\/vixylive.com\/nl\/wp-content\/uploads\/sites\/2\/2023\/10\/WhatsApp-Image-2023-10-05-at-11.39.57-1200x675.jpeg\"><\/figure><figure itemscope itemtype=\"http:\/\/schema.org\/ImageObject\" itemprop=\"isPartOf\" class=\"img-wrapper\"><meta itemprop=\"description\" content=\"studio Livingsroom set-up ING\"><img decoding=\"async\" itemprop=\"image\" title=\"XD-studio-ING\" alt=\"studio Livingsroom set-up ING\" width=\"1200\" height=\"675\" src=\"https:\/\/vixylive.com\/nl\/wp-content\/uploads\/sites\/2\/2023\/10\/XD-studio-ING-1200x675.jpg\"\/><meta itemprop=\"name\" content=\"XD-studio-ING\"><meta itemprop=\"image\" content=\"https:\/\/vixylive.com\/nl\/wp-content\/uploads\/sites\/2\/2023\/10\/XD-studio-ING-1200x675.jpg\"><\/figure><figure itemscope itemtype=\"http:\/\/schema.org\/ImageObject\" itemprop=\"isPartOf\" class=\"img-wrapper\"><meta itemprop=\"description\" content=\"Corporate Studio STER\"><img decoding=\"async\" itemprop=\"image\" title=\"Ster-Webinar-Front-VIXY-2\" alt=\"Corporate Studio STER\" width=\"1188\" height=\"675\" src=\"https:\/\/vixylive.com\/nl\/wp-content\/uploads\/sites\/2\/2023\/10\/Ster-Webinar-Front-VIXY-2-1188x675.jpg\"\/><meta itemprop=\"name\" content=\"Ster-Webinar-Front-VIXY-2\"><meta itemprop=\"image\" content=\"https:\/\/vixylive.com\/nl\/wp-content\/uploads\/sites\/2\/2023\/10\/Ster-Webinar-Front-VIXY-2-1188x675.jpg\"><\/figure><figure itemscope itemtype=\"http:\/\/schema.org\/ImageObject\" itemprop=\"isPartOf\" class=\"img-wrapper\"><meta itemprop=\"description\" content=\"Studio live webinar ING\"><img decoding=\"async\" itemprop=\"image\" title=\"DSCF1372\" alt=\"Studio live webinar ING\" width=\"800\" height=\"450\" src=\"https:\/\/vixylive.com\/nl\/wp-content\/uploads\/sites\/2\/2023\/10\/DSCF1372-800x450.jpg\"\/><meta itemprop=\"name\" content=\"DSCF1372\"><meta itemprop=\"image\" content=\"https:\/\/vixylive.com\/nl\/wp-content\/uploads\/sites\/2\/2023\/10\/DSCF1372-800x450.jpg\"><\/figure><figure itemscope itemtype=\"http:\/\/schema.org\/ImageObject\" itemprop=\"isPartOf\" class=\"img-wrapper\"><meta itemprop=\"description\" content=\"camera JBL Redbull\"><img decoding=\"async\" itemprop=\"image\" title=\"JBL-red-bull-dive\" alt=\"camera JBL Redbull\" width=\"800\" height=\"450\" src=\"https:\/\/vixylive.com\/nl\/wp-content\/uploads\/sites\/2\/2023\/10\/JBL-red-bull-dive-800x450.jpg\"\/><meta itemprop=\"name\" content=\"JBL-red-bull-dive\"><meta itemprop=\"image\" content=\"https:\/\/vixylive.com\/nl\/wp-content\/uploads\/sites\/2\/2023\/10\/JBL-red-bull-dive-800x450.jpg\"><\/figure><\/div><\/div><\/div><\/div><\/div><\/section>\n\n<section id=section-block-block_61c18be089cb7f20a33a95aee0862bd1 class=\"section content_and_form contains-bg-color\" data-bg-variation=\"black\" itemscope itemtype=\"http:\/\/schema.org\/WebPageElement\" itemprop=\"hasPart\"><div class=\"container\"><div class=\"block-row blocks-in-row-2\"><div class=\"block content-block\" itemscope itemtype=\"http:\/\/schema.org\/WebPageElement\" itemprop=\"isPartOf\"><div class=\"inner-wrapper\"><div class=\"title-wrapper\"><H2 class=\"block-title\">Let&#8217;s talk about your live event<\/H2><\/div><div itemprop=\"text\" class=\"content-wrapper\"><div class=\"top-half\">\n<div class=\"container\">\n<div class=\"left-wrapper\">\n<div class=\"hero-desc\">Ontdek hoe wij u kunnen helpen uw publiek effectief te inspireren, informeren en te verbinden.<\/div>\n<\/div>\n<\/div>\n<\/div>\n<\/div><\/div><\/div><div class=\"block form-block\" itemscope itemtype=\"http:\/\/schema.org\/WebPageElement\" itemprop=\"isPartOf\"><div class=\"inner-wrapper\"><script>\nvar gform;gform||(document.addEventListener(\"gform_main_scripts_loaded\",function(){gform.scriptsLoaded=!0}),document.addEventListener(\"gform\/theme\/scripts_loaded\",function(){gform.themeScriptsLoaded=!0}),window.addEventListener(\"DOMContentLoaded\",function(){gform.domLoaded=!0}),gform={domLoaded:!1,scriptsLoaded:!1,themeScriptsLoaded:!1,isFormEditor:()=>\"function\"==typeof InitializeEditor,callIfLoaded:function(o){return!(!gform.domLoaded||!gform.scriptsLoaded||!gform.themeScriptsLoaded&&!gform.isFormEditor()||(gform.isFormEditor()&&console.warn(\"The use of gform.initializeOnLoaded() is deprecated in the form editor context and will be removed in Gravity Forms 3.1.\"),o(),0))},initializeOnLoaded:function(o){gform.callIfLoaded(o)||(document.addEventListener(\"gform_main_scripts_loaded\",()=>{gform.scriptsLoaded=!0,gform.callIfLoaded(o)}),document.addEventListener(\"gform\/theme\/scripts_loaded\",()=>{gform.themeScriptsLoaded=!0,gform.callIfLoaded(o)}),window.addEventListener(\"DOMContentLoaded\",()=>{gform.domLoaded=!0,gform.callIfLoaded(o)}))},hooks:{action:{},filter:{}},addAction:function(o,r,e,t){gform.addHook(\"action\",o,r,e,t)},addFilter:function(o,r,e,t){gform.addHook(\"filter\",o,r,e,t)},doAction:function(o){gform.doHook(\"action\",o,arguments)},applyFilters:function(o){return gform.doHook(\"filter\",o,arguments)},removeAction:function(o,r){gform.removeHook(\"action\",o,r)},removeFilter:function(o,r,e){gform.removeHook(\"filter\",o,r,e)},addHook:function(o,r,e,t,n){null==gform.hooks[o][r]&&(gform.hooks[o][r]=[]);var d=gform.hooks[o][r];null==n&&(n=r+\"_\"+d.length),gform.hooks[o][r].push({tag:n,callable:e,priority:t=null==t?10:t})},doHook:function(r,o,e){var t;if(e=Array.prototype.slice.call(e,1),null!=gform.hooks[r][o]&&((o=gform.hooks[r][o]).sort(function(o,r){return o.priority-r.priority}),o.forEach(function(o){\"function\"!=typeof(t=o.callable)&&(t=window[t]),\"action\"==r?t.apply(null,e):e[0]=t.apply(null,e)})),\"filter\"==r)return e[0]},removeHook:function(o,r,t,n){var e;null!=gform.hooks[o][r]&&(e=(e=gform.hooks[o][r]).filter(function(o,r,e){return!!(null!=n&&n!=o.tag||null!=t&&t!=o.priority)}),gform.hooks[o][r]=e)}});\n<\/script>\n\n                <div class='gf_browser_gecko gform_wrapper gravity-theme gform-theme--no-framework' data-form-theme='gravity-theme' data-form-index='0' id='gform_wrapper_8' ><div id='gf_8' class='gform_anchor' tabindex='-1'><\/div>\n                        <div class='gform_heading'>\n\t\t\t\t\t\t\t<p class='gform_required_legend'>&quot;<span class=\"gfield_required gfield_required_asterisk\">*<\/span>&quot; geeft vereiste velden aan<\/p>\n                        <\/div><form method='post' enctype='multipart\/form-data' target='gform_ajax_frame_8' id='gform_8'  action='\/nl\/wp-json\/wp\/v2\/pages\/23#gf_8' data-formid='8' novalidate>\n                        <div class='gform-body gform_body'><div id='gform_fields_8' class='gform_fields top_label form_sublabel_below description_below validation_below'><div id=\"field_8_13\" class=\"gfield gfield--type-html gfield--input-type-html gfield--width-full gfield_html gfield_html_formatted gfield_no_follows_desc field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"  ><h3>Meer weten over onze diensten? Wij helpen je graag verder.<\/h3><\/div><div id=\"field_8_1\" class=\"gfield gfield--type-text gfield--input-type-text field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"  ><label class='gfield_label gform-field-label' for='input_8_1'>Voor- en achternaam<\/label><div class='ginput_container ginput_container_text'><input name='input_1' id='input_8_1' type='text' value='' class='large'      aria-invalid=\"false\"   \/><\/div><\/div><div id=\"field_8_3\" class=\"gfield gfield--type-email gfield--input-type-email gfield_contains_required field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"  ><label class='gfield_label gform-field-label' for='input_8_3'>Werk e-mailadres<span class=\"gfield_required\"><span class=\"gfield_required gfield_required_asterisk\">*<\/span><\/span><\/label><div class='ginput_container ginput_container_email'>\n                            <input name='input_3' id='input_8_3' type='email' value='' class='large'    aria-required=\"true\" aria-invalid=\"false\"  \/>\n                        <\/div><\/div><div id=\"field_8_12\" class=\"gfield gfield--type-number gfield--input-type-number gfield--width-full field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"  ><label class='gfield_label gform-field-label' for='input_8_12'>Telefoonnummer<\/label><div class='ginput_container ginput_container_number'><input name='input_12' id='input_8_12' type='number' step='any'   value='' class='large'      aria-invalid=\"false\"  \/><\/div><\/div><fieldset id=\"field_8_10\" class=\"gfield gfield--type-checkbox gfield--type-choice gfield--input-type-checkbox gfield--width-full field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"  ><legend class='gfield_label gform-field-label gfield_label_before_complex' >Ik heb interesse in de volgende diensten:<\/legend><div class='ginput_container ginput_container_checkbox'><div class='gfield_checkbox ' id='input_8_10'><div class='gchoice gchoice_8_10_1'>\n\t\t\t\t\t\t\t\t<input class='gfield-choice-input' name='input_10.1' type='checkbox'  value='Live event'  id='choice_8_10_1'   \/>\n\t\t\t\t\t\t\t\t<label for='choice_8_10_1' id='label_8_10_1' class='gform-field-label gform-field-label--type-inline'>Live event<\/label>\n\t\t\t\t\t\t\t<\/div><div class='gchoice gchoice_8_10_2'>\n\t\t\t\t\t\t\t\t<input class='gfield-choice-input' name='input_10.2' type='checkbox'  value='Webinar'  id='choice_8_10_2'   \/>\n\t\t\t\t\t\t\t\t<label for='choice_8_10_2' id='label_8_10_2' class='gform-field-label gform-field-label--type-inline'>Webinar<\/label>\n\t\t\t\t\t\t\t<\/div><div class='gchoice gchoice_8_10_3'>\n\t\t\t\t\t\t\t\t<input class='gfield-choice-input' name='input_10.3' type='checkbox'  value='Eigen in-house studio'  id='choice_8_10_3'   \/>\n\t\t\t\t\t\t\t\t<label for='choice_8_10_3' id='label_8_10_3' class='gform-field-label gform-field-label--type-inline'>Eigen in-house studio<\/label>\n\t\t\t\t\t\t\t<\/div><div class='gchoice gchoice_8_10_4'>\n\t\t\t\t\t\t\t\t<input class='gfield-choice-input' name='input_10.4' type='checkbox'  value='Studio Zandkasteel Amsterdam'  id='choice_8_10_4'   \/>\n\t\t\t\t\t\t\t\t<label for='choice_8_10_4' id='label_8_10_4' class='gform-field-label gform-field-label--type-inline'>Studio Zandkasteel Amsterdam<\/label>\n\t\t\t\t\t\t\t<\/div><div class='gchoice gchoice_8_10_5'>\n\t\t\t\t\t\t\t\t<input class='gfield-choice-input' name='input_10.5' type='checkbox'  value='Webinarplatform'  id='choice_8_10_5'   \/>\n\t\t\t\t\t\t\t\t<label for='choice_8_10_5' id='label_8_10_5' class='gform-field-label gform-field-label--type-inline'>Webinarplatform<\/label>\n\t\t\t\t\t\t\t<\/div><\/div><\/div><\/fieldset><div id=\"field_8_11\" class=\"gfield gfield--type-textarea gfield--input-type-textarea gfield--width-full field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"  ><label class='gfield_label gform-field-label' for='input_8_11'>Waar kunnen we je mee helpen?<\/label><div class='ginput_container ginput_container_textarea'><textarea name='input_11' id='input_8_11' class='textarea large'      aria-invalid=\"false\"   rows='10' cols='50'><\/textarea><\/div><\/div><fieldset id=\"field_8_7\" class=\"gfield gfield--type-checkbox gfield--type-choice gfield--input-type-checkbox gfield_contains_required field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"  ><legend class='gfield_label gform-field-label gfield_label_before_complex' >Privacy policy<span class=\"gfield_required\"><span class=\"gfield_required gfield_required_asterisk\">*<\/span><\/span><\/legend><div class='ginput_container ginput_container_checkbox'><div class='gfield_checkbox ' id='input_8_7'><div class='gchoice gchoice_8_7_1'>\n\t\t\t\t\t\t\t\t<input class='gfield-choice-input' name='input_7.1' type='checkbox'  value='true'  id='choice_8_7_1'   \/>\n\t\t\t\t\t\t\t\t<label for='choice_8_7_1' id='label_8_7_1' class='gform-field-label gform-field-label--type-inline'>Ik ga akkoord met de <a href=\"https:\/\/vixylive.com\/nl\/voorwaarden\/\">voorwaarden<\/a><\/label>\n\t\t\t\t\t\t\t<\/div><\/div><\/div><\/fieldset><div id=\"field_8_14\" class=\"gfield gfield--type-turnstile gfield--input-type-turnstile gfield--width-full field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"  ><div class='ginput_container ginput_container_turnstile'><div class=\"cf-turnstile\" id=\"cf-turnstile_8\" data-js-turnstile data-response-field-name=\"cf-turnstile-response_8\" data-theme=\"light\" data-size=\"\" data-sitekey=\"0x4AAAAAAASOnflpCJmWx9BC\"><\/div><\/div><\/div><\/div><\/div>\n        <div class='gform-footer gform_footer top_label'> <button type=\"submit\" id=\"gform_submit_button_8\" class=\"gform_button button\" onclick=\"gform.submission.handleButtonClick(this);\" data-submission-type=\"submit\">Verzenden<\/button> <input type='hidden' name='gform_ajax' value='form_id=8&amp;title=&amp;description=&amp;tabindex=0&amp;theme=gravity-theme&amp;styles=[]&amp;hash=5618be635c6255038f5b60548bc4f832' \/>\n            <input type='hidden' class='gform_hidden' name='gform_submission_method' data-js='gform_submission_method_8' value='iframe' \/>\n            <input type='hidden' class='gform_hidden' name='gform_theme' data-js='gform_theme_8' id='gform_theme_8' value='gravity-theme' \/>\n            <input type='hidden' class='gform_hidden' name='gform_style_settings' data-js='gform_style_settings_8' id='gform_style_settings_8' value='[]' \/>\n            <input type='hidden' class='gform_hidden' name='is_submit_8' value='1' \/>\n            <input type='hidden' class='gform_hidden' name='gform_submit' value='8' \/>\n            \n            <input type='hidden' class='gform_hidden' name='gform_currency' data-currency='USD' value='sc9WqaDnvHgTxjAYTocEhcUvF\/G3xNEbPWTFb1FmjEdh1QF6yfIpZpitdESzo7mFUI6mRc4myMMUFaE7PkVhDvEXciiCKW4098UHIaKNvM6H7rY=' \/>\n            <input type='hidden' class='gform_hidden' name='gform_unique_id' value='' \/>\n            <input type='hidden' class='gform_hidden' name='state_8' value='WyJ7XCIxMC4xXCI6XCI2MDYxNzUwOGRlOGU3ZDcwMzNmZWIxOTUwMWMwYTAzNFwiLFwiMTAuMlwiOlwiZTA4MTExMjA0NjAyNzY0N2UyZjM0MzRjYjk2MmRkMTRcIixcIjEwLjNcIjpcImU3ZWFhM2YxMjQxMjRhNGY5YWQwYTg4NTBkNmZlNDM0XCIsXCIxMC40XCI6XCI4NDY2ZTI2NzgzNWJhODgxMjFiYzM0YmIxZTFlN2NjNFwiLFwiMTAuNVwiOlwiZDUwMzJhNzQ3MWY3Y2EwYTQ1Y2IyZjU2ZTYwOWY4OGVcIixcIjcuMVwiOlwiM2M3ZjJhZThlZjIxNWNhN2Q2MmYzODQzNzEyYTQyZDdcIn0iLCIwMzhkZWQzNjBiNmQyNTA0ODk2MzZjNGYyYjkyMDA1MiJd' \/>\n            <input type='hidden' autocomplete='off' class='gform_hidden' name='gform_target_page_number_8' id='gform_target_page_number_8' value='0' \/>\n            <input type='hidden' autocomplete='off' class='gform_hidden' name='gform_source_page_number_8' id='gform_source_page_number_8' value='1' \/>\n            <input type='hidden' name='gform_field_values' value='' \/>\n            \n        <\/div>\n                        <\/form>\n                        <\/div>\n\t\t                <iframe style='display:none;width:0px;height:0px;' src='about:blank' name='gform_ajax_frame_8' id='gform_ajax_frame_8' title='Dit iframe bevat de vereiste logica om Ajax aangedreven Gravity Forms te verwerken.'><\/iframe>\n\t\t                <script>\ngform.initializeOnLoaded( function() {gformInitSpinner( 8, 'https:\/\/vixylive.com\/nl\/wp-content\/plugins\/gravityforms\/images\/spinner.svg', true );jQuery('#gform_ajax_frame_8').on('load',function(){var contents = jQuery(this).contents().find('*').html();var is_postback = contents.indexOf('GF_AJAX_POSTBACK') >= 0;if(!is_postback){return;}var form_content = jQuery(this).contents().find('#gform_wrapper_8');var is_confirmation = jQuery(this).contents().find('#gform_confirmation_wrapper_8').length > 0;var is_redirect = contents.indexOf('gformRedirect(){') >= 0;var is_form = form_content.length > 0 && ! is_redirect && ! is_confirmation;var mt = parseInt(jQuery('html').css('margin-top'), 10) + parseInt(jQuery('body').css('margin-top'), 10) + 100;if(is_form){jQuery('#gform_wrapper_8').html(form_content.html());if(form_content.hasClass('gform_validation_error')){jQuery('#gform_wrapper_8').addClass('gform_validation_error');} else {jQuery('#gform_wrapper_8').removeClass('gform_validation_error');}setTimeout( function() { \/* delay the scroll by 50 milliseconds to fix a bug in chrome *\/ jQuery(document).scrollTop(jQuery('#gform_wrapper_8').offset().top - mt); }, 50 );if(window['gformInitDatepicker']) {gformInitDatepicker();}if(window['gformInitPriceFields']) {gformInitPriceFields();}var current_page = jQuery('#gform_source_page_number_8').val();gformInitSpinner( 8, 'https:\/\/vixylive.com\/nl\/wp-content\/plugins\/gravityforms\/images\/spinner.svg', true );jQuery(document).trigger('gform_page_loaded', [8, current_page]);window['gf_submitting_8'] = false;}else if(!is_redirect){var confirmation_content = jQuery(this).contents().find('.GF_AJAX_POSTBACK').html();if(!confirmation_content){confirmation_content = contents;}jQuery('#gform_wrapper_8').replaceWith(confirmation_content);jQuery(document).scrollTop(jQuery('#gf_8').offset().top - mt);jQuery(document).trigger('gform_confirmation_loaded', [8]);window['gf_submitting_8'] = false;wp.a11y.speak(jQuery('#gform_confirmation_message_8').text());}else{jQuery('#gform_8').append(contents);if(window['gformRedirect']) {gformRedirect();}}jQuery(document).trigger(\"gform_pre_post_render\", [{ formId: \"8\", currentPage: \"current_page\", abort: function() { this.preventDefault(); } }]);        if (event && event.defaultPrevented) {                return;        }        const gformWrapperDiv = document.getElementById( \"gform_wrapper_8\" );        if ( gformWrapperDiv ) {            const visibilitySpan = document.createElement( \"span\" );            visibilitySpan.id = \"gform_visibility_test_8\";            gformWrapperDiv.insertAdjacentElement( \"afterend\", visibilitySpan );        }        const visibilityTestDiv = document.getElementById( \"gform_visibility_test_8\" );        let postRenderFired = false;        function triggerPostRender() {            if ( postRenderFired ) {                return;            }            postRenderFired = true;            gform.core.triggerPostRenderEvents( 8, current_page );            if ( visibilityTestDiv ) {                visibilityTestDiv.parentNode.removeChild( visibilityTestDiv );            }        }        function debounce( func, wait, immediate ) {            var timeout;            return function() {                var context = this, args = arguments;                var later = function() {                    timeout = null;                    if ( !immediate ) func.apply( context, args );                };                var callNow = immediate && !timeout;                clearTimeout( timeout );                timeout = setTimeout( later, wait );                if ( callNow ) func.apply( context, args );            };        }        const debouncedTriggerPostRender = debounce( function() {            triggerPostRender();        }, 200 );        if ( visibilityTestDiv && visibilityTestDiv.offsetParent === null ) {            const observer = new MutationObserver( ( mutations ) => {                mutations.forEach( ( mutation ) => {                    if ( mutation.type === 'attributes' && visibilityTestDiv.offsetParent !== null ) {                        debouncedTriggerPostRender();                        observer.disconnect();                    }                });            });            observer.observe( document.body, {                attributes: true,                childList: false,                subtree: true,                attributeFilter: [ 'style', 'class' ],            });        } else {            triggerPostRender();        }    } );} );\n<\/script>\n<\/div><\/div><\/div><\/div><\/section>","protected":false},"excerpt":{"rendered":"","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":200,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_acf_changed":false,"editor_notices":[],"footnotes":""},"class_list":["post-23","page","type-page","status-publish","hentry"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.1.1 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Oplossingen - VIXY Live<\/title>\n<meta name=\"description\" content=\"Ervaar de impact van onze oplossingen op zakelijke events, zoals productlanceringen, hackatons en corporate meetings. Bekijk onze use cases.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/vixylive.com\/nl\/use-cases\/\" \/>\n<meta property=\"og:locale\" content=\"nl_NL\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Oplossingen - VIXY Live\" \/>\n<meta property=\"og:description\" content=\"Ervaar de impact van onze oplossingen op zakelijke events, zoals productlanceringen, hackatons en corporate meetings. Bekijk onze use cases.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/vixylive.com\/nl\/use-cases\/\" \/>\n<meta property=\"og:site_name\" content=\"VIXY Live\" \/>\n<meta property=\"article:modified_time\" content=\"2025-12-15T11:11:58+00:00\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/vixylive.com\/nl\/use-cases\/\",\"url\":\"https:\/\/vixylive.com\/nl\/use-cases\/\",\"name\":\"Oplossingen - VIXY Live\",\"isPartOf\":{\"@id\":\"https:\/\/vixylive.com\/nl\/#website\"},\"datePublished\":\"2023-09-05T09:59:38+00:00\",\"dateModified\":\"2025-12-15T11:11:58+00:00\",\"description\":\"Ervaar de impact van onze oplossingen op zakelijke events, zoals productlanceringen, hackatons en corporate meetings. Bekijk onze use cases.\",\"breadcrumb\":{\"@id\":\"https:\/\/vixylive.com\/nl\/use-cases\/#breadcrumb\"},\"inLanguage\":\"nl-NL\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/vixylive.com\/nl\/use-cases\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/vixylive.com\/nl\/use-cases\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/vixylive.com\/nl\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Oplossingen\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/vixylive.com\/nl\/#website\",\"url\":\"https:\/\/vixylive.com\/nl\/\",\"name\":\"VIXY Live\",\"description\":\"Webinars, Hybride Live Events en In-House Studio&#039;s\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/vixylive.com\/nl\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"nl-NL\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Oplossingen - VIXY Live","description":"Ervaar de impact van onze oplossingen op zakelijke events, zoals productlanceringen, hackatons en corporate meetings. Bekijk onze use cases.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/vixylive.com\/nl\/use-cases\/","og_locale":"nl_NL","og_type":"article","og_title":"Oplossingen - VIXY Live","og_description":"Ervaar de impact van onze oplossingen op zakelijke events, zoals productlanceringen, hackatons en corporate meetings. Bekijk onze use cases.","og_url":"https:\/\/vixylive.com\/nl\/use-cases\/","og_site_name":"VIXY Live","article_modified_time":"2025-12-15T11:11:58+00:00","twitter_card":"summary_large_image","schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/vixylive.com\/nl\/use-cases\/","url":"https:\/\/vixylive.com\/nl\/use-cases\/","name":"Oplossingen - VIXY Live","isPartOf":{"@id":"https:\/\/vixylive.com\/nl\/#website"},"datePublished":"2023-09-05T09:59:38+00:00","dateModified":"2025-12-15T11:11:58+00:00","description":"Ervaar de impact van onze oplossingen op zakelijke events, zoals productlanceringen, hackatons en corporate meetings. Bekijk onze use cases.","breadcrumb":{"@id":"https:\/\/vixylive.com\/nl\/use-cases\/#breadcrumb"},"inLanguage":"nl-NL","potentialAction":[{"@type":"ReadAction","target":["https:\/\/vixylive.com\/nl\/use-cases\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/vixylive.com\/nl\/use-cases\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/vixylive.com\/nl\/"},{"@type":"ListItem","position":2,"name":"Oplossingen"}]},{"@type":"WebSite","@id":"https:\/\/vixylive.com\/nl\/#website","url":"https:\/\/vixylive.com\/nl\/","name":"VIXY Live","description":"Webinars, Hybride Live Events en In-House Studio&#039;s","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/vixylive.com\/nl\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"nl-NL"}]}},"_links":{"self":[{"href":"https:\/\/vixylive.com\/nl\/wp-json\/wp\/v2\/pages\/23","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/vixylive.com\/nl\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/vixylive.com\/nl\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/vixylive.com\/nl\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/vixylive.com\/nl\/wp-json\/wp\/v2\/comments?post=23"}],"version-history":[{"count":11,"href":"https:\/\/vixylive.com\/nl\/wp-json\/wp\/v2\/pages\/23\/revisions"}],"predecessor-version":[{"id":1857,"href":"https:\/\/vixylive.com\/nl\/wp-json\/wp\/v2\/pages\/23\/revisions\/1857"}],"wp:attachment":[{"href":"https:\/\/vixylive.com\/nl\/wp-json\/wp\/v2\/media?parent=23"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}