Zafar Ismatullaev
Results
2
issues of
Zafar Ismatullaev
How do I disable it on smaller devices? I used the following code, but no clue. $(".auto-hiding-navbar").autoHidingNavbar(); $(document).ready(function () { if ($(window).width() > 992) { $('.auto-hiding-navbar').autoHidingNavbar('setDisableAutohide', true); } else {...
Is there a way to add the logo of the site above the loading animation?