Enable sticky sidebar
- Hide sidebar on small screens
This commit is contained in:
@@ -13,7 +13,6 @@ $(document).ready(function(){
|
||||
// init smooth scroll
|
||||
$("a").smoothScroll({offset: -20});
|
||||
|
||||
|
||||
// add lightbox class to all image links
|
||||
$("a[href$='.jpg'],a[href$='.jpeg'],a[href$='.JPG'],a[href$='.png'],a[href$='.gif']").addClass("image-popup");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user