[GIT] update thumbExt with v2.3.0beta fix + plg-masonry with new options
This commit is contained in:
parent
5507bf663c
commit
0392851e81
4 changed files with 4 additions and 2 deletions
|
@ -58,6 +58,8 @@ c::set('plg_carousel.dir', 'asc'); // sortBy direction: asc, desc
|
|||
// plg-masonry
|
||||
c::set('plg_masonry.enable', true);
|
||||
c::set('plg_masonry.width', 155);
|
||||
c::set('plg_masonry.quality', 75);
|
||||
c::set('plg_masonry.class', 'img-rounded');
|
||||
//c::set('plg_masonry.sizelimit', 1300); // limit the source image size (long edge)
|
||||
c::set('plg_masonry.sort', 'sort'); // sortBy parameter: sort, title, etc.
|
||||
c::set('plg_masonry.dir', 'asc'); // sortBy direction: asc, desc
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue