1
0
Fork 0

[GIT] update thumbExt with v2.3.0beta fix + plg-masonry with new options

This commit is contained in:
Jannik Beyerstedt 2016-04-27 23:21:21 +02:00
parent 5507bf663c
commit 0392851e81
4 changed files with 4 additions and 2 deletions

0
git-pull.sh Normal file → Executable file
View File

@ -1 +1 @@
Subproject commit 077c445a4b5174491c78c7c2ce5858398df5127c
Subproject commit 9f80987ef58f1c1d1dfa64afc3e84f29b598a26b

@ -1 +1 @@
Subproject commit 6822758a1df2216843d4b75dcfc1f6c3d159eddf
Subproject commit f1cf278703da537b57fa39b7a0ee4771ee82fb18

View File

@ -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