diff --git a/source/css/_layout/rightside.styl b/source/css/_layout/rightside.styl index 7b3d7f9..4693169 100644 --- a/source/css/_layout/rightside.styl +++ b/source/css/_layout/rightside.styl @@ -2,6 +2,7 @@ position: fixed right: -38px bottom: $rightside-bottom + z-index: 100 opacity: 0 transition: all .5s diff --git a/source/js/main.js b/source/js/main.js index 58ab1c4..7e0493a 100644 --- a/source/js/main.js +++ b/source/js/main.js @@ -356,7 +356,7 @@ $(function () { * PhotoFigcaption */ function addPhotoFigcaption () { - var images = $('#article-container img') + const images = $('#article-container img').not('.justified-gallery img') images.each(function (i, o) { var $this = $(o) if ($this.attr('alt')) {