• Love the plugin – nice and simple.

    Thanks for your great work!

    Made these quick changes to the settings files to give me bigger thumbnails:
    CSS:
    #timeline ul .timeline-image{
    width: 100%; >> Was 30%
    height: auto;
    overflow-x: visible; >> Was hidden but was cropping thumbnails
    }

    php:
    add_image_size( ‘timeline-thumb’, 170, 9999 ) >> Was 80

  • The topic ‘Cheers!’ is closed to new replies.