]> git.mxchange.org Git - friendica.git/commit
Add new horizontal masonry and image height allocation
authorHypolite Petovan <hypolite@mrpetovan.com>
Fri, 29 Sep 2023 07:28:22 +0000 (03:28 -0400)
committerHypolite Petovan <hypolite@mrpetovan.com>
Tue, 3 Oct 2023 23:58:52 +0000 (19:58 -0400)
commit163a85c78f1046a6ee37e528d6f6a996e6c20e55
treea0ca115a636df446a5afa745c4f0f524dbe866df
parente01040a2e8d5658ef116e9606f2f383f8f3ea1db
Add new horizontal masonry and image height allocation

- Move image templates to content/image sub-folder
15 files changed:
src/Content/Image.php [new file with mode: 0644]
src/Content/Image/Collection/MasonryImageRow.php [new file with mode: 0644]
src/Content/Image/Entity/MasonryImage.php [new file with mode: 0644]
src/Content/Post/Collection/PostMedias.php
src/Content/Post/Entity/PostMedia.php
src/Model/Item.php
view/global.css
view/templates/content/image.tpl [deleted file]
view/templates/content/image/grid.tpl [new file with mode: 0644]
view/templates/content/image/horizontal_masonry.tpl [new file with mode: 0644]
view/templates/content/image/single.tpl [new file with mode: 0644]
view/templates/content/image/single_with_height_allocation.tpl [new file with mode: 0644]
view/templates/content/image_grid.tpl [deleted file]
view/theme/frio/scheme/black.css
view/theme/frio/scheme/dark.css