• Resolved amatouka

    (@amatouka)


    We are embedded the Instagram feed on our website using the grid layout. We’ve noticed that with images that are not square (or close to square) they are being stretched versus cropped in the feed. Could you advise on a fix?

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi,

    Please, note that the issue is coming because the plugin is taking the styles of the theme.

    So in order to solve it could you please use the custom css below?

    .wdi_layout_th .wdi_shape_portrait .wdi_img, .wdi_layout_th .wdi_shape_square .wdi_img {
    width: 100% !important;
    height: auto !important;
    max-width: none;
    }
    .wdi_layout_th .wdi_shape_landscape .wdi_img {
    height: 100% !important;
    width: auto !important;
    max-width: none !important;
    }

    Please, let us know whether this helps.

    Thanks. Have a nice day.

    Thread Starter amatouka

    (@amatouka)

    This worked perfectly – thank you!

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Stretched Images’ is closed to new replies.