Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums JavaScript Append images to new column (css column-count)

  • This topic is empty.
Viewing 1 post (of 1 total)
  • Author
    Posts
  • #41204
    qcmny
    Member

    I am using the method found here: https://css-tricks.com/seamless-responsive-photo-grid/ to create a responsive grid. My issue is that we are adding content to the layout dynamically. By nature each element gets added below the last until the column is ‘full’ and we start back up at the top of the next column.

    My question is, does anybody know of a solution using JS/JQuery that would allow me to append new items in the next column by default? (sort horizontally instead of vertically).

    Any help would be greatly appreciated.

Viewing 1 post (of 1 total)
  • The forum ‘JavaScript’ is closed to new topics and replies.