0

Having some issues trying to get my photoset width to 340px without messing up the way the smaller photos in the photoset display. http://d.pr/icuf

{block:Photoset}
              {block:IndexPage}
              <div class="photo_set">
              <div class="header">
                  <a href="{Permalink}"><h1>photoset</h1></a>
                  {block:NoteCount}<a href="{Permalink}">
                  <div class="note">{NoteCountWithLabel}</div></a>
                  {/block:NoteCount}
                  <div class="clear"></div>
              </div>
              <div class="view">
                  <a href="{Permalink}">
                  <div class="link">View Photoset ↦&lt;/div></a>
              </div>
              {Photoset-250}
              </div>{/block:IndexPage}

              {block:PermalinkPage}
              <div class="perma_width">{Photoset-500}</div>
              {/block:PermalinkPage}
      {/block:Photoset}
4

1 に答える 1

0

Tumblr のデフォルト コードを使用して 340 ピクセルの幅を取得することはできません。次の 2 つのオプションがあります。

1) Tumblr の{Photoset}タグを使用せず、各写真を個別に表示{block:Photos}...{/block:Photos}し、必要に応じてスタイルを設定します。

2) 次のようなプラグインを使用します: https://github.com/PixelUnion/Extended-Tumblr-Photoset (完全開示、私が書いたものです)

于 2013-04-02T17:41:19.167 に答える