[GIT] update thumbExt with v2.3.0beta fix + plg-masonry with new options
This commit is contained in:
parent
5507bf663c
commit
0392851e81
0
git-pull.sh
Normal file → Executable file
0
git-pull.sh
Normal file → Executable file
|
@ -1 +1 @@
|
||||||
Subproject commit 077c445a4b5174491c78c7c2ce5858398df5127c
|
Subproject commit 9f80987ef58f1c1d1dfa64afc3e84f29b598a26b
|
|
@ -1 +1 @@
|
||||||
Subproject commit 6822758a1df2216843d4b75dcfc1f6c3d159eddf
|
Subproject commit f1cf278703da537b57fa39b7a0ee4771ee82fb18
|
|
@ -58,6 +58,8 @@ c::set('plg_carousel.dir', 'asc'); // sortBy direction: asc, desc
|
||||||
// plg-masonry
|
// plg-masonry
|
||||||
c::set('plg_masonry.enable', true);
|
c::set('plg_masonry.enable', true);
|
||||||
c::set('plg_masonry.width', 155);
|
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.sizelimit', 1300); // limit the source image size (long edge)
|
||||||
c::set('plg_masonry.sort', 'sort'); // sortBy parameter: sort, title, etc.
|
c::set('plg_masonry.sort', 'sort'); // sortBy parameter: sort, title, etc.
|
||||||
c::set('plg_masonry.dir', 'asc'); // sortBy direction: asc, desc
|
c::set('plg_masonry.dir', 'asc'); // sortBy direction: asc, desc
|
||||||
|
|
Loading…
Reference in a new issue