digital print on art paper
\nIllustration by BEOL for OHQUAO
\nFrame not included
\n\b\bLarger sizes available on request
\nProudly designed and made in Vietnam
","created_on":"2022-07-19T14:44:17","published_on":"2022-07-26T11:52:00","url":"/chay-len-a2-a3-a4-print"}, onVariantSelected: selectCallback, enableHistoryState: true }); // Add label if only one product option and it isn't 'Title'. Could be 'Size'. $('.selector-wrapper:eq(0)').prepend(''); // Hide selectors if we only have 1 variant and its title contains 'Default'. $('.selector-wrapper').css({ 'text-align':'left', 'margin-bottom':'15px' }); }); jQuery('.swatch :radio').change(function() { var optionIndex = jQuery(this).closest('.swatch').attr('data-option-index'); var optionValue = jQuery(this).val(); jQuery(this) .closest('form') .find('.single-option-selector') .eq(optionIndex) .val(optionValue) .trigger('change'); }); $(document).ready(function() { if($(window).width()>1200){ $('#zoom_01').elevateZoom({ gallery:'gallery_01', zoomWindowWidth:420, zoomWindowHeight:500, zoomWindowOffetx: 10, easing : true, scrollZoom : true, cursor: 'pointer', galleryActiveClass: 'active', imageCrossfade: true }); } }); $('#gallery_01 img, .swatch-element label').click(function(e){ $('.checkurl').attr('href',$(this).attr('src')); setTimeout(function(){ $('.zoomContainer').remove(); $('#zoom_01').elevateZoom({ gallery:'gallery_01', zoomWindowWidth:420, zoomWindowHeight:500, zoomWindowOffetx: 10, easing : true, scrollZoom : true, cursor: 'pointer', galleryActiveClass: 'active', imageCrossfade: true }) if($(window).width() > 1199){ var he = $('.large-image.featured-image').height() - 100; $('#gallery_01').height(he); if(he < 250){ var items = 2; }else{ if(he < 400){ var items = 3; }else{ var items = 5; } } $("#gallery_01.swiper-container").each( function(){ var config = { spaceBetween: 0, slidesPerView: items, direction: $(this).data('direction'), paginationClickable: true, nextButton: '.swiper-button-next', prevButton: '.swiper-button-prev', grabCursor: true , calculateHeight:true, height:he }; var swiper = new Swiper(this, config); }); } },300); }) $(window).on("load resize",function(e){ if($(window).width() > 1199){ var he = $('.large-image.featured-image').height() - 100; $('#gallery_01').height(he); if(he < 400){ var items = 2; }else{ var items = 5; } $("#gallery_01.swiper-container").each( function(){ var config = { spaceBetween: 0, slidesPerView: items, direction: $(this).data('direction'), paginationClickable: true, nextButton: '.swiper-button-next', prevButton: '.swiper-button-prev', grabCursor: true , calculateHeight:true, height:he }; var swiper = new Swiper(this, config); }); $('.more-views .swiper-slide img').each(function(e){ var t1 = (this.naturalHeight/this.naturalWidth); if(t1<1){ $(this).parents('.swiper-slide').addClass('bethua'); } }) }else{ $("#gallery_01.swiper-container").each( function(){ var config = { spaceBetween: 15, slidesPerView: 4, direction: 'horizontal', paginationClickable: true, nextButton: '.swiper-button-next', prevButton: '.swiper-button-prev', grabCursor: true , calculateHeight:true, height:he }; var swiper = new Swiper(this, config); }); } $('.thumb-link').click(function(e){ e.preventDefault(); var hr = $(this).attr('href'); $('#zoom_01').attr('src',hr); }) }); function scrollToxx() { $('html, body').animate({ scrollTop: $('.product-tab.e-tabs').offset().top }, 'slow'); $('.product-tab .tab-link').removeClass('current'); $('#tab-review').addClass('current'); $('.tab-content').removeClass('current'); $('.tab-review-c').addClass('current'); return false; } $('#responsiveTabsDemo').responsiveTabs({ startCollapsed: 'accordion' });