Issue of @gostn joomla/cassiopeia#158
Add intro images in articles, use align left / right . Then make a blog layout for these articles.
Images are pulled left or right as in J3.
The float right/left of images is ignored in the blog containers.
Setting the Arctic image to the right or left does not change what you see in the frontend. This on J4 connects to the standard template.
@ciar4n issue #17402 is your PR. Can you reopen it yourself?
Or copy all changes into a new PR?
I think it's a good idea to move the image to it's own JLayout.
Doing so we can add extra options like lazyloading, wrapping it into a figure, adding figcaption.
Moving it to a JLayout will make my life as a frontender easier.
Status | New | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2020-10-09 12:11:48 |
Closed_By | ⇒ | alikon |
As floated items are ignored on a flex item (https://www.w3.org/TR/css-flexbox-1/#ref-for-propdef-float), there is only 2 possible solutions..