Fancybox.bind("[data-fancybox]", { // Your custom options }); window.watsonAssistantChatOptions = { integrationID: "14b2e8ff-16db-4486-99d7-dee78c34edb4", // The ID of this integration. region: "us-south", // The region your integration is hosted in. serviceInstanceID: "6adb3fcf-e017-46b0-8c45-57a6407d6c30", // The ID of your service instance. onLoad: function(instance) { instance.render(); } }; setTimeout(function(){ const t=document.createElement('script'); t.src="https://web-chat.global.assistant.watson.appdomain.cloud/versions/" + (window.watsonAssistantChatOptions.clientVersion || 'latest') + "/WatsonAssistantChatEntry.js"; document.head.appendChild(t); }); $('.owl-carousel').owlCarousel({ loop:true, margin:10, dots:true, responsiveClass:true, responsive:{ 0:{ items:1, nav:true }, 600:{ items:1, nav:false }, 1000:{ items:3, nav:false, loop:false } } })