Commit 60cae615 authored by imac's avatar imac

[Bugfix]Redmine #732: Resize scroll attribute

parent ba39f040
...@@ -97,7 +97,7 @@ var initFunction=function(){ ...@@ -97,7 +97,7 @@ var initFunction=function(){
setTimeout(function(){ setTimeout(function(){
$('.gallery-wrapper').removeClass('hidden-elem').addClass('animated visible-elem fadeInUp'); $('.gallery-wrapper').removeClass('hidden-elem').addClass('animated visible-elem fadeInUp');
$.fn.responsive(); $.fn.responsive();
},100) },50)
} }
function appendLoading() { function appendLoading() {
$('.load-page').append($('#loading-container-subpage').clone()); $('.load-page').append($('#loading-container-subpage').clone());
...@@ -451,6 +451,7 @@ $.fn.appendMobileMenu = function(){ ...@@ -451,6 +451,7 @@ $.fn.appendMobileMenu = function(){
} }
//Responsive function //Responsive function
$.fn.responsive = function(){ $.fn.responsive = function(){
$(".product-details").css('height','auto');
var footerHeight = $('footer').height(), var footerHeight = $('footer').height(),
productHeight = $(".product-details").outerHeight(), productHeight = $(".product-details").outerHeight(),
productWidth = $(".product-details").outerWidth(), 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