• Resolved InternetMentor

    (@internetmentor)


    Hi
    I am new to using Timeline Express and I alrady see some great uses for it, but my first implementation is having a few problems.

    I have been hunting a way to make the image auto resize in the timeline window as currently it appears larger than the content box.

    Rather than play for a long time trying to work this out, I know if I add a width”100%” to img line then it works but, 1 is that the right approach or 2. what file should I be charging with what settings?

    I look forward to hearing ideas.

    https://gerri.internetmentor.uk/timeline/

    https://www.ads-software.com/plugins/timeline-express/

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Evan Herman

    (@eherman24)

    Hey InternetMentor,

    I haven’t run into the issue where the image was actually larger than the container that it sits in. Thank you for pointing that out. You can actually add the following CSS to your active theme style.css file :

    .cd-timeline-content img {
      max-width: 100%;
    }

    If you add it into the plugin files, the next time the plugin is updated your changes will be overridden.

    On that note, I’m going to push out an update right now that will add these styles into the necessary file, which should help resolve the issue for you so you don’t need to actually write any code.

    Give me 10 minutes and I’ll have it pushed out.

    Thanks and sorry about that!

    Evan

    Thread Starter InternetMentor

    (@internetmentor)

    Hats off to you.
    Awesome support and donation and review on its way!
    Well worth it.

    No sorry’s needed, glad of the great support.

    Thanks Evan

    Plugin Author Evan Herman

    (@eherman24)

    Hey, no problem at all! Thanks for pointing out the issue. I’ve just pushed out a 1.1.2 release, which add’s the missing class to the image. I also went in and added a max-width:100%; to the images. That should resolve the issue of the image sticking out of the container.

    Let me know if it does! You’ll most likely get an update notice within the hour, but you can always select ‘View Details’ on the Timeline Express plugin on the plugin page, and select ‘Update’.

    Thanks!
    Evan

    Plugin Author Evan Herman

    (@eherman24)

    Looks like the issue has been resolved. If it hasn’t, please respond here and I’ll re-open the issue.

    Thanks,
    Evan

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Images on Timeline are not dynamically resized’ is closed to new replies.