Fitgirl repacks bigger images/center-alignment and 1080p optimization

bigger images/center-alignment and 1080p optimization

اعتبارا من 30-11-2021. شاهد أحدث إصدار.

المؤلف
Alistair1231
التقييمات
0 0 0
الإصدار
0.3
تم إنشاؤه
17-10-2021
تم تحديثه
30-11-2021
Size
2.38 KB
الترخيص
GPL-3.0
ينطبق على

If you use 720p or ultra-wide you might want to change 1920px to whatever your width is:

 jQuery(".site").css("max-width", "1920px");
    jQuery(".entry-content").css("max-width", "1920px");
    jQuery("#masthead").css("max-width","1920px") // search bar

If the images are too small/big for your taste change the 2/2.5x multiplier to your liking:

if (element.loading == "lazy") {
            // preview images
            element.width *= 2.5;
            element.height *= 2.5;

            element.src=element.src.replace(/(.*)\.240p.jpg$/,"$1.480p.jpg");
          } else {
            // cover images
            element.width *= 2;
            element.height *= 2;
          }
长期地址
遇到问题?请前往 GitHub 提 Issues,或加Q群1031348184

赞助商

Fishcpy

广告

Rainyun

注册一下就行

Rainyun

一年攒够 12 元