Commit 60cae615 authored by imac's avatar imac

[Bugfix]Redmine #732: Resize scroll attribute

parent ba39f040
......@@ -97,7 +97,7 @@ var initFunction=function(){
setTimeout(function(){
$('.gallery-wrapper').removeClass('hidden-elem').addClass('animated visible-elem fadeInUp');
$.fn.responsive();
},100)
},50)
}
function appendLoading() {
$('.load-page').append($('#loading-container-subpage').clone());
......@@ -451,6 +451,7 @@ $.fn.appendMobileMenu = function(){
}
//Responsive function
$.fn.responsive = function(){
$(".product-details").css('height','auto');
var footerHeight = $('footer').height(),
productHeight = $(".product-details").outerHeight(),
productWidth = $(".product-details").outerWidth(),
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment