Viewing 1 replies (of 1 total)
  • Plugin Author aelbuni

    (@aelbuni)

    Hello czeller,

    I have take a look at your website, and the problem found, that your style.css is overriding the image width and height on line number (243):

    img {
    max-width: 100%;
    height: auto;
    width: auto;
    }

    If you remove the auto lines, your plugin should work perfectly.

    And unfortunately it is a bad practice to strict the style of a general HTML tag like (img), rather than this your theme should give a specific class style only for those images who need to get (auto) width and height.

    I hope this will help.

    Thanks for asking ^_^

Viewing 1 replies (of 1 total)
  • The topic ‘Grid images all different sizes’ is closed to new replies.