Content Path: /en/dev/image-text
Looking for content at: /en/dev/image-text

Image Text

Two-column responsive layout combining image and text content with flexible positioning.

Default Layout

Modern apartment interior

Living Between Hotel and Home

Serviced apartments target young professionals and people with temporary housing needs. Kitzberger delivers complete interior furnishing from kitchens and furniture to lighting and curtains.

The furnishing is designed to be economically rentable while creating a homely atmosphere. All materials are easy to clean and designed for high usage.

::image-text
---
image-src: "innovation-3"
image-alt: "Modern apartment interior"
title: "Living Between Hotel and Home"
---
Content here
::

Swapped Layout

Modern apartment interior

Flexible Layout Options

The swapped layout places the image on the right side and text on the left. This creates visual variety when using multiple image-text sections on the same page.

Perfect for alternating layouts to maintain reader engagement and create a dynamic page flow.

::image-text
---
image-src: "home-2"
image-alt: "Modern apartment interior"
title: "Flexible Layout Options"
swapped: true
---
Content here
::

Inverted Variant

Modern apartment interior

Inverted Colors

The inverted variant provides high contrast with dark background and light text for emphasis and visual impact.

Use sparingly for important sections that need to stand out from the main content flow.

::base-wrapper
---
variant: "inverted"
---
::image-text
---
image-src: "home-4"
image-alt: "Modern apartment interior"
title: "Inverted Colors"
inverted: true
---
Content here
::
::

Props

PropTypeRequiredDescription
imageSrcstringYesImage source URL
imageAltstringYesImage alt text for accessibility
titlestringNoOptional heading text
swappedbooleanNoSwap image and text positions (default: false)
invertedbooleanNoUse inverted text colors for dark backgrounds (default: false)