Skip to content Skip to sidebar Skip to footer

Tumblr Masonry With Pxu Photoset Issue

I have this issue with PXU Photoset Extended not loading properly when I use Masonry for my Tumblr Theme. I know what causes it, I just sadly have no clue how to fix it. The only t

Solution 1:

The PXU Photoset plugin requires that photosets on the page be visible so that it can calculate the available area. Instead of using display: none; on the container try using visibility: hidden; and then change it to visibility: visible; after Masonry has finished.

Also, you'll want to make sure the Photoset plugin is running before Masonry makes its first pass over your theme.

Post a Comment for "Tumblr Masonry With Pxu Photoset Issue"