Case Study
CloudMinister Case Study
Many customers come to us for antidote of technical problem or website migration help.
jQuery(document).ready(function($) {
// images have loaded $('.ft_item-style.wid7793ad2').imagesLoaded( function() {
// Isotop Active $('.htportfolio-filter-menu-list.wid7793ad2').on( 'click', 'button', function() { var filterValue = $(this).attr('data-filter'); $grid.isotope({ filter: filterValue }); });
// Isotop Full Grid var $grid = $('.grid-active.wid7793ad2').isotope({ itemSelector: '.htportfolio-grid-item', percentPosition: true, masonry: { columnWidth: 1 } }); // Isotop Menu Active $('.htportfolio-filter-menu-list button').on('click', function(event) { $(this).siblings('.is-checked').removeClass('is-checked'); $(this).addClass('is-checked'); event.preventDefault(); }); // Image Popup Fancy Active $(".htportfolio_pro_popup").fancybox();
$(".various").fancybox({ maxWidth : 800, maxHeight : 600, fitToView : false, width : '70%', height : '70%', autoSize : false, closeClick : false, openEffect : 'none', closeEffect : 'none' }); });
});