• Resolved audunmb

    (@audunmb)


    Is there a shortcode for showing the thumb-size-version of an imagefile instead of the full image? And the url of the thumb-file?

    With #_EVENTIMAGE and #_EVENTIMAGEURL you get the full image, but WordPress always saves images in different sizes (thumb, medium, large, full) and I’d prefer to use the thumb-size in sidebars and lists.

    https://www.ads-software.com/extend/plugins/events-manager/

Viewing 4 replies - 1 through 4 (of 4 total)
  • Probably the easiest way to do this is to use the #_EVENTIMAGE placeholder with the additional width and height paramenters.

    For example, to show event images 100px by 100px you’d write the placeholder like this:

    #_EVENTIMAGE{100,100}

    Plugin Support angelo_nwl

    (@angelo_nwl)

    this snippet might help – https://pastebin.com/h0e8qCwu

    *paste in your theme functions.php and modify if needed.

    Thread Starter audunmb

    (@audunmb)

    caimin_nwl: Changing the width and heigth of the picture still makes the browser load the large image, which is not what I want. No need to load a large image to show a small thumbnail.

    angelo_nwl: this snippet adds the #_EVENTIMAGECUSTOM shortcode, which outputs the thumb-size of the event image, right?

    Plugin Author Marcus (aka @msykes)

    (@netweblogic)

    angelo_nwl: this snippet adds the #_EVENTIMAGECUSTOM shortcode, which outputs the thumb-size of the event image, right?

    looks like it

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Show thumb instead of full image with shortcode’ is closed to new replies.