我正在Tumblr上使用“ Copycat”主题(您可以查看我的页面here)。
我想将Photoset-250更改为Photoset-500。
{block:Photoset}
{block:IndexPage}
{block:IfPhotosetOnlyFirst}
<div class="photoset-note"><i class="fa fa-picture-o"></i> Photoset ({PhotoCount} images)</div>
<figure class="photoset-content" width="{PhotoWidth-250}" height="{PhotoHeight-250}">
{block:Photos}<a{block:IfPermalinkNewWindow} target="_blank"{/block:IfPermalinkNewWindow} href="{Permalink}"><img class="photo-post-photo" src="{PhotoURL-250}" data-retina="{PhotoURL-500}" alt="{PhotoAlt}" /></a>{/block:Photos}
</figure>
{/block:IfPhotosetOnlyFirst}
{block:IfNotPhotosetOnlyFirst}
<figure class="photoset-content">{Photoset-250}</figure>
{/block:IfNotPhotosetOnlyFirst}
{/block:IndexPage}
{block:IfIndexPhotoCaptions}
{block:IndexPage}
{block:Caption}
<div class="post-content"><figcaption>{Caption}</figcaption></div>
{/block:Caption}
{/block:IndexPage}
{/block:IfIndexPhotoCaptions}
{block:PermalinkPage}
<div class="post-content">
<figure class="photoset-content">{Photoset}</figure>
{block:Caption}<figcaption>{Caption}</figcaption>{/block:Caption}
</div>
{/block:PermalinkPage}
{/block:Photoset}
图片的分辨率提高了;但照片集无法正确加载。它们之间有很大的空间。而且有些照片集根本无法加载。