Skip to main content

In V2, how do I center an image?

Hey Bill, you should be able to user a responsive grid.


<skuid__page unsavedchangeswarning=“yes” personalizationmode=“server” showsidebar=“true” showheader=“true”>




<skuid__grid uniqueid=“sk-b-n-1686” flexDirection=“row” justifyContent=“flex-start” alignItems=“flex-start”>








<skuid__image source=“url” uniqueid=“sk-b-q-2949” datasource=“Ui-Only” url=“https://dev-repro.skuidsite.com/assets/images/SkuidLogo_mark.svg”/>











</skuid__grid>












</skuid__page>



Reply