• I use images in my tickers to create some sort of separator, but sometimes the images are overlapping with the previous ticker. If I use the option ‘Show first tick on init’ they are all overlapping in the first cycle. Website is https://www.opnieuwenco.nl/

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

    (@metaphorcreations)

    When you add images to a default ticker you need to wrap the image in a div and set inline style for force a width/height, like:

    <div style="width:10px;height15px;><img src="path-to-your-image.png" /></div>

    Without doing this the ticker is unable to decipher the dimensions of the images accurately, since images resize based on their container.

Viewing 1 replies (of 1 total)
  • The topic ‘Images over text’ is closed to new replies.