zu Problem 2:
Definierte Klassen
Spoiler anzeigen
Das Blog-Layout wird durch die Verwendung von defnierten CSS-Klassen erzeugt:
Note that the default layout/styling is 1 column, a top image and no box
Column Layout
- columns-2
- columns-3
- columns-4
- masonry-2
- masonry-3
- masonry-4
Styling
- boxed
Image Location
- image-left
- image-right
- image-bottom
Image Variation
- image-alternate
alternates the image position on every second item. If an image is set to the left, every second item will display the image on the right. If an image is set to the bottom, every second item will display the image at the top.
Other classes can be easily added but for now the above will allow a good proof of concept.
Bsp:
Hinweis: Die Klasse "opacity" ist "privat".
Ergebnis: https://linsner-develop.de/blogdarstellung.html
Christian