Topic on Extension talk:PortableInfobox

Summary by FatalFit

You can use <gallery> to create a similar effect.

FatalFit (talkcontribs)

I’m trying to make two images show on one row, you can do this with text by using the attribute "row-items", but with images it just shows them vertically. Is there any workaround for this? This is my code:

<group row-items="2">
    <image source="flag_image"></image>
    <image source="seal_image"></image>
</group>