'baseURL': window.baseUrl('')
}
});
+window.$http = axiosInstance;
Vue.prototype.$http = axiosInstance;
$('.entity-list.compact').find('p').not('.empty-text').slideToggle(240);
});
+// Toggle thumbnail::hide image and reduce grid size
+$(document).ready(function(){
+ $('[data-action="expand-thumbnail"]').click(function(){
+ $('.gallery-item').toggleClass("collapse").find('img').slideToggle(50);
+ });
+});
+
// Popup close
$('.popup-close').click(function() {
$(this).closest('.overlay').fadeOut(240);