我想创建一个固定行宽wordpress(伪代码)的画廊

时间:2012-12-21 21:39:16

标签: php html css wordpress pseudocode

这是我喜欢做的一个例子。 http://www.davidmielcarek.com/

我希望这些行是固定长度的,但每行可能有2或3个图像。

我之前尝试过这个并没有真正起作用。

这是伪代码

    start loop
       get image width
       calculate rowWidth
       if (rowWidth > maxRowWidth){
          start nested loop
             grab thumbnails for this row only
             resize the thumbnails using the row's aspect ratio so each row is the same width
             call the thumbnails
          end nested loop
          reset some variables for the next row
          check if this is the last post
       }
    end loop

我没有看到这个问题,但是当我把它放到实际的代码中时,我无法让它工作,也许其他人可以更好地编写代码或指出我的缺陷?

0 个答案:

没有答案