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

    (@metaphorcreations)

    First step is to make sure the Item Max Width setting is empty for your Ticker (Display tab > General Settings).

    Next, you’ll need to modify the Layout css of each of your items (Or edit one, save it as a template, and set the rest of your items to use the same Layout template).

    In the CSS add:

    img {
      height: 300px;
      width: auto;
    }

    Adjusting the height to whatever height you’ll like them to be.

    If for some reason this doesn’t work for you please provide a link to the ticker on your site and I can check out the source code to see if there is other CSS on your site that is causing a conflict.

Viewing 1 replies (of 1 total)

The topic ‘image size match height’ is closed to new replies.