Simon Pratt
Simon Pratt

Reputation: 13

Masonry.js not displaying correctly in firefox

I'm using masonry.js version 2 (?) on a website www.saracobbsphotography.co.uk and it's displaying as expected in IE, Chrome and Safari, but not in Firefox 33.0.1

It may not be the masonry plugin that's causing the problem, but Firefox is only displaying this page (index.html) incorrectly and it's the one that uses masonry.

If anyone would have a look at the website in Firefox and has a potential solution, would be great to hear from you.

Thanks

Upvotes: 1

Views: 2710

Answers (1)

matthias_h
matthias_h

Reputation: 11416

Just add float; left to the css in class #masonry-section (main.css line 354).

Upvotes: 1

Related Questions