ruangrupa.id category cards are missing images/video on preview #32
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
e.g. https://lumbung.space/shouts/ruangrupa.id/pameran-tunggal-abi-rama-drawing-drawings/ but the preview on https://lumbung.space/categories/ruangrupa.id/ doesn't show. We think this has to do with the way ruangrupa.id site generates the html that we embed and we're not sure what to do about that.
The image is parsed and downloaded properly.
https://lumbung.space/shouts/ruangrupa.id/pameran-tunggal-abi-rama-drawing-drawings/Poster-Eflyer-Pameran-Abi-Rama.jpg
The issue is that the CSS does not show it. I've added some logic to the template which checks whether the image in in portrait or landscape mode and to shifts the layout accordingly (https://git.autonomic.zone/ruangrupa/lumbung.space/src/branch/main/themes/lumbung-theme/layouts/partials/network_card.html#L15).
This is apparently broken in the new redesign.
fixed with
3862d61741