Loading htdocs/theme/raw/js/theme.js +9 −1 Original line number Diff line number Diff line Loading @@ -125,6 +125,12 @@ jQuery(function($) { }); } function initUserThumbnailMasonry() { $('.js-masonry.user-thumbnails').masonry({ itemSelector: '.user-icon' }); } function handleInputDropdown(context) { var val = context.find('select').find('option:selected').text(); if (val.length > 40) { Loading Loading @@ -196,11 +202,13 @@ jQuery(function($) { $(window).on('resize colresize', function(){ carouselHeight(); initThumbnailMasonry(); initUserThumbnailMasonry(); responsiveObjectVideo() }); $(window).on('load', function() { carouselHeight(); initUserThumbnailMasonry(); }); $('.block.collapse').on('shown.bs.collapse', function() { Loading htdocs/theme/raw/plugintype/blocktype/groupmembers/templates/row.tpl +1 −1 Original line number Diff line number Diff line <div class="friends"> <div class="js-masonry" data-masonry-options='{ "itemSelector": ".item", "gutter" : 10 }'> <div class="js-masonry user-thumbnails"> {foreach from=$groupmembers item=groupmember} <a href="{profile_url($groupmember)}" class="item user-icon metadata user-icon-larger"> <img src="{profile_icon_url user=$groupmember maxwidth=100 maxheight=100}" alt="{str tag=profileimagetext arg1=$groupmember|display_default_name}" title="{$groupmember|display_default_name|escape}"> Loading htdocs/theme/raw/plugintype/blocktype/myfriends/templates/myfriendrows.tpl +3 −3 Original line number Diff line number Diff line <div class="js-masonry user-thumbnails"> {foreach from=$friends item=row} <div class="js-masonry" data-masonry-options='{ "itemSelector": ".item", "gutter" : 10 }'> {foreach from=$row item=friend} <a href="{profile_url($friend)}" class="item user-icon metadata user-icon-larger {cycle values='d0,d1'}"> <img src="{profile_icon_url user=$friend maxwidth=100 maxheight=100}" alt="{str tag=profileimagetext arg1=$friend|display_default_name}"> <img src="{profile_icon_url user=$friend maxwidth=100 maxheight=100}" alt="{str tag=profileimagetext arg1=$friend|display_default_name}" with="100" height="100"> <p class="member-name">{$friend|display_default_name|escape}</p> </a> {/foreach} </div> {/foreach} </div> htdocs/theme/raw/sass/_custom.scss +6 −0 Original line number Diff line number Diff line Loading @@ -248,6 +248,12 @@ } } .user-thumbnails { .user-icon { margin: 5px; } } //Google apps .google-app { font-style: normal; Loading Loading
htdocs/theme/raw/js/theme.js +9 −1 Original line number Diff line number Diff line Loading @@ -125,6 +125,12 @@ jQuery(function($) { }); } function initUserThumbnailMasonry() { $('.js-masonry.user-thumbnails').masonry({ itemSelector: '.user-icon' }); } function handleInputDropdown(context) { var val = context.find('select').find('option:selected').text(); if (val.length > 40) { Loading Loading @@ -196,11 +202,13 @@ jQuery(function($) { $(window).on('resize colresize', function(){ carouselHeight(); initThumbnailMasonry(); initUserThumbnailMasonry(); responsiveObjectVideo() }); $(window).on('load', function() { carouselHeight(); initUserThumbnailMasonry(); }); $('.block.collapse').on('shown.bs.collapse', function() { Loading
htdocs/theme/raw/plugintype/blocktype/groupmembers/templates/row.tpl +1 −1 Original line number Diff line number Diff line <div class="friends"> <div class="js-masonry" data-masonry-options='{ "itemSelector": ".item", "gutter" : 10 }'> <div class="js-masonry user-thumbnails"> {foreach from=$groupmembers item=groupmember} <a href="{profile_url($groupmember)}" class="item user-icon metadata user-icon-larger"> <img src="{profile_icon_url user=$groupmember maxwidth=100 maxheight=100}" alt="{str tag=profileimagetext arg1=$groupmember|display_default_name}" title="{$groupmember|display_default_name|escape}"> Loading
htdocs/theme/raw/plugintype/blocktype/myfriends/templates/myfriendrows.tpl +3 −3 Original line number Diff line number Diff line <div class="js-masonry user-thumbnails"> {foreach from=$friends item=row} <div class="js-masonry" data-masonry-options='{ "itemSelector": ".item", "gutter" : 10 }'> {foreach from=$row item=friend} <a href="{profile_url($friend)}" class="item user-icon metadata user-icon-larger {cycle values='d0,d1'}"> <img src="{profile_icon_url user=$friend maxwidth=100 maxheight=100}" alt="{str tag=profileimagetext arg1=$friend|display_default_name}"> <img src="{profile_icon_url user=$friend maxwidth=100 maxheight=100}" alt="{str tag=profileimagetext arg1=$friend|display_default_name}" with="100" height="100"> <p class="member-name">{$friend|display_default_name|escape}</p> </a> {/foreach} </div> {/foreach} </div>
htdocs/theme/raw/sass/_custom.scss +6 −0 Original line number Diff line number Diff line Loading @@ -248,6 +248,12 @@ } } .user-thumbnails { .user-icon { margin: 5px; } } //Google apps .google-app { font-style: normal; Loading