Forums

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

Home Forums JavaScript Masonry.js issue

  • This topic is empty.
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #189678
    jayg-7
    Participant

    Hello,

    I’m trying to get masonry.js to display the paragraphs on the page as a masonry layout here:

    http://necronomicon.studioissa.com/press/

    The youtube videos are displaying improperly but also it isn’t forming two columns, but rather one column. How do I make it form two masonry columns?

    I’m initializing masonry in the file “initializejs.js” if that helps.

    Thanks so much!

    #189746
    Senff
    Participant

    Without the Masonry enabled, it seems like your paragraphs are set to 50%, but they’re not floating. Would setting float:left; on the paragraphs make a difference?

    Or maybe setting them to 40% width?

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