1

The theme I've chosen has decided to reduce photosets to the first frame, instead of giving the full photoset. I want a consolidated photoset shown on my page, instead of the first, single. I have no idea how to do this. I've tried looking on here, using this:

{block:Photoset}
{block:Photos}
<img src="{PhotoURL-500}" class="photoset-img" />
{/block:Photos}
{/block:Photoset}

It worked, sort of. All the photos of the set were there, but they were large and connected together. The images in the photoset are now stacked vertically atop one another instead of side by side and are taking up a lot of space.

4

1 回答 1

1

下面的主题块/变量将生成一个 iframe,其中包含在仪表板上设置的布局的图像。

{block:Photoset}
{Photoset-500}
{/block:Photoset}
于 2013-10-30T14:52:20.247 回答