• Resolved IntegrityWebDev

    (@integritywebdev)


    When ticks come in the scale (grow) as they come in. Is there a way to make them already full size when they scroll in from the side?

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author metaphorcreations

    (@metaphorcreations)

    I’m assuming you are referring to images scaling in? This happens because images are inline elements.

    There’s a couple things you can do for this. The easiest is to purchase my Image ticker extension https://www.metaphorcreations.com/downloads/ditty-image-ticker/

    Otherwise you need to wrap your tags in <div> tags and set specific dimensions with inline css (for each tick). Example

    <div style="width:200px;height:100px;"><img src="path-to-image" width="200" height="100" /></div>

    Let me know if you’re referring to something else.

    Thanks!

    Thread Starter IntegrityWebDev

    (@integritywebdev)

    Sounds like I need to get the Image ticker extension. Thanks!

    Plugin Author metaphorcreations

    (@metaphorcreations)

    Sounds good!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Can you turn off the scale in?’ is closed to new replies.