= $GLOBALS['TL_LANG']['tl_social_feed']['setupDesc'] ?>
12 |= $GLOBALS['TL_LANG']['tl_social_feed']['setupFooter'] ?>
15 |= $this->empty ?>
7 | 8 | 11 | = $this->pagination ?> 12 | 13 | 14 | endblock(); ?> 15 | 16 | sfMasonry): ?> 17 | "; ?> 18 | "; ?> 19 | 21 | jQuery(document).ready(function($) { 22 | var grid = $('.social_feed_container').imagesLoaded( function() { 23 | // init Masonry after all images have loaded 24 | grid.masonry({ 25 | itemSelector:'.social_feed_element' 26 | }); 27 | }); 28 | }); 29 | "; 30 | ?> 31 | lazyload): ?> 32 | $('.social_feed_element img').on('load', function () {grid.masonry({itemSelector:'.social_feed_element'});});"; ?> 33 | 34 | 35 | -------------------------------------------------------------------------------- /src/DependencyInjection/Configuration.php: -------------------------------------------------------------------------------- 1 | 14 | * @author Philipp Seibt15 | 16 |
17 |