Tumblr html photoset 代码不适合图片?
Tumblr html code for photoset won't fit the pictures?
我已经在互联网上搜索了大约 3 个小时,现在试图修复我的 tumblr 主题的照片集编码。我的问题是,照片集的主题原始编码不允许照片适合 post 的边框。我试过将 px 更改为 700px、500px、400px 和 250px,但是 none 都适用,照片仍然被剪短了。我已经在其他 Whosebugs 上查看了此问题的解决方案,但我找不到任何东西。引起我注意的是它的布局与其他主题照片集以及它所说的略有不同
{block:Photoset}
{block:IndexPage}
</center>
<div class="heart">{LikeButton color="black"}</div>
<div class="hov"><a href="{reblogurl}" target="_blank" ><img src="http://static.tumblr.com/zxmtfvb/etRnicft6/befunky_screen_shot_2014-07-22_at_5.png.png" title="{notecountwithlabel}"></a></div>
{Photoset-250}</center>
{/block:IndexPage}
{block:PermalinkPage}
<center>
{Photoset-500}</center>
{/block:PermalinkPage}
{/block:Photoset}
这是我的照片集布局主题中的作品。
我真的不知道该怎么办,因为我已经做了我知道的一切。
我不太了解编码,但也许 html 的不同部分需要与这部分一起更改,但我不想搞砸任何事情,所以这就是我的原因来这里寻求答案。
这是我正在使用的主题http://pastebin.com/AWyYscup
这是我的博客,所以你可以明白我所说的照片集被剪短的意思
三0.tumblr.com
如果有更了解该主题的人能帮助我,我将不胜感激!
您应该使用 {Photoset}
而不是 {Photoset-250}
。它将创建一个响应式照片集,缩小以适合容器
我已经在互联网上搜索了大约 3 个小时,现在试图修复我的 tumblr 主题的照片集编码。我的问题是,照片集的主题原始编码不允许照片适合 post 的边框。我试过将 px 更改为 700px、500px、400px 和 250px,但是 none 都适用,照片仍然被剪短了。我已经在其他 Whosebugs 上查看了此问题的解决方案,但我找不到任何东西。引起我注意的是它的布局与其他主题照片集以及它所说的略有不同
{block:Photoset}
{block:IndexPage}
</center>
<div class="heart">{LikeButton color="black"}</div>
<div class="hov"><a href="{reblogurl}" target="_blank" ><img src="http://static.tumblr.com/zxmtfvb/etRnicft6/befunky_screen_shot_2014-07-22_at_5.png.png" title="{notecountwithlabel}"></a></div>
{Photoset-250}</center>
{/block:IndexPage}
{block:PermalinkPage}
<center>
{Photoset-500}</center>
{/block:PermalinkPage}
{/block:Photoset}
这是我的照片集布局主题中的作品。
我真的不知道该怎么办,因为我已经做了我知道的一切。
我不太了解编码,但也许 html 的不同部分需要与这部分一起更改,但我不想搞砸任何事情,所以这就是我的原因来这里寻求答案。
这是我正在使用的主题http://pastebin.com/AWyYscup
这是我的博客,所以你可以明白我所说的照片集被剪短的意思 三0.tumblr.com
如果有更了解该主题的人能帮助我,我将不胜感激!
您应该使用 {Photoset}
而不是 {Photoset-250}
。它将创建一个响应式照片集,缩小以适合容器