Is it possible to 'cycle' Thumbnail sizes on a button?

I want to have a button that just increases the thumbnail size in the display like this. But I need a little help because I've tried a few different ways just looking at other examples, and this does not work.

Also, what type of language is this? :thinking:

@ifset:THUMBNAILSIZE=32
Show THUMBNAILSIZE 64,64
@ifset:THUMBNAILSIZE=64
Show THUMBNAILSIZE 128,128
@ifset:THUMBNAILSIZE=128
Show THUMBNAILSIZE 256,256
@ifset:THUMBNAILSIZE=256
Show THUMBNAILSIZE 512,512
@ifset:THUMBNAILSIZE=512
Show THUMBNAILSIZE 1024,1024
@ifset:THUMBNAILSIZE=>1024
Show THUMBNAILSIZE 32,32

Have you considered using the "Thumbnail size" slider?

If you want to use modifiers, insert @ifset:else after the @ifset: lines.

@ifset:THUMBNAILSIZE=... should be @if:Show THUMBNAILSIZE=...

Yes,thanks for the reply.. I do know about the slider.

Thanks Leo!! That's what I needed! :1st_place_medal:

1 Like