mirror of
https://github.com/jerryc127/hexo-theme-butterfly.git
synced 2026-04-16 17:30:53 +08:00
🐛 修復右下角按鈕被button標籤外掛遮擋的bugs
🐛 修復開啟photofigcaption後,圖庫會出現界面錯亂的Bugs
This commit is contained in:
@@ -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')) {
|
||||
|
||||
Reference in New Issue
Block a user