• Resolved lukas1988

    (@lukas1988)


    Hi there,

    I am using Inavii Social Feed and I would like to display my Instagram feed in portrait orientation, ideally 3:4, inside the slider layout.

    Currently, the posts in the slider are displayed as square images and some of the content is being cropped.

    Is it possible to change the image ratio for the slider layout in the plugin settings, or should this be done with custom CSS?

    Thank you.

Viewing 1 replies (of 1 total)
  • Plugin Contributor Maciej Sromek

    (@maciejsromek)

    Hi @lukas1988

    Thanks for reaching out.

    I have prepared a simple custom CSS snippet for you. You can paste it wherever you are able to add custom CSS, for example in the widget, block, theme customizer, or globally on your website:

    .inavii-view__slider-slide .inavii-view__item {
    	aspect-ratio: 3/4;
    }

    After adding this CSS, the slider items should display with a 3:4 portrait aspect ratio instead of being cropped as squares.

    I will mark this topic as resolved for now, but if you have any further questions, feel free to reply here or open a new support topic.

Viewing 1 replies (of 1 total)

You must be logged in to reply to this topic.