Random change in the height of the Gallery

More
9 years 8 months ago - 9 years 8 months ago #40609 by ivan.milic
Your file :

templates/hot_food_spirit/js/hot_food_spirit.js

seams like cut in half. In attachment is original version.
Attachments:
Last edit: 9 years 8 months ago by ivan.milic.

Please Log in to join the conversation.

More
9 years 8 months ago #40611 by jackson12
Thanks, but t was the same file it seems, now only font is changed but big rotator still wrong

Please Log in to join the conversation.

More
9 years 8 months ago #40616 by ivan.milic
FOr that same file modify content like this:
Code:
jQuery(document).ready(function(){ jQuery(".scroll, .mp_top2 a, .mp_top3 a").click(function(event){ event.preventDefault(); jQuery('html,body').animate({scrollTop:jQuery(this.hash).offset().top}, 500); }); }); jQuery(window).load(function(){ var bigRotatorHeight = jQuery("#big_rotator img").innerHeight(); jQuery(".mp_header1 .caroufredsel_wrapper").css('height',bigRotatorHeight); jQuery(window).resize(function() { var bigRotatorHeight = jQuery("#big_rotator img").innerHeight(); jQuery(".mp_header1 .caroufredsel_wrapper").css('height',bigRotatorHeight); }); });

Please Log in to join the conversation.

More
9 years 8 months ago #40633 by jackson12
It looks better before I added that other css you posted. I should be good for now. Thanks again for the support Ivan.

Please Log in to join the conversation.

Time to create page: 0.309 seconds
Powered by Kunena Forum