0

これは Id がやりたいことの例です。 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

問題はわかりませんが、実際のコードに入れても動作しませんでした。おそらく、他の誰かがより適切にコーディングしたり、私の欠陥を指摘したりできますか?

4

0 に答える 0