Answer the question
In order to leave comments, you need to log in
How to remove menu twitching?
realtyland.aligan.ru
gyazo.com/b2ba955548f72a71bfdecd9647e35246
Please note that in the APARTMENT OFFERS block, if you click on the photo, the fancibox opens, and then close it, you can see how the menu twitches. As I understand it, because the menu is fixed and the screen width changes when the fancibox opens, but I still don’t understand where it is set in fancybox in css
Answer the question
In order to leave comments, you need to log in
$(".fb").fancybox({
openEffect : 'elastic',
closeEffect : 'elastic',
afterShow: function() {
//$(".nav-menu-fixed").hide();
},
afterClose:function() {
//$(".nav-menu-fixed").show();
}
});
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question