cubeitresize(); // Needed so video is sized correctly in popup
});
- $(".feature-blocks").masonry({
- itemSelector: ".feature-block",
- columnWidth: ".small-rectangle-tall",
- transitionDuration: 0,
- });
-
}
function resizeFeaturePage() {
// evenly divided by the number of columns. This stops
// Masonry from having gaps and mis-aligned items
function resizeFeatureBlocks() {
+
+ try{
+ $(".feature-blocks").masonry('destroy');
+ }
+ $(".feature-blocks").masonry({
+ itemSelector: ".feature-block",
+ columnWidth: ".small-rectangle-tall",
+ transitionDuration: 0,
+ });
+
// Container width is 90% of the window
var ww = $(window).width(),
break2cols = 1350,