Image+ with and without pThumb

I am using Image+ and I’m having troubles understanding when pThumb is to be used and when it’s not. My goal is to have an image TV with predefined max-width, so I want a generated thumbnail that obeys that setting.

My imageTV is set to Image+, both for Input and Output Options. In the Output Options I have additionally set the Additional phpThumb Parameters to &w=1000 and defined my output template to be:

<img src="[[+url]]" alt="[[+alt]]"/>

Then I call the Image+ snippet like this:

[[ImagePlus? &tvname=`imageTV`]]

My issue is though, that the image still is not resized according to my specified setting, therefore I was wondering, if those settings only apply with the use of pthumb output filter and if so, is there a way to set the max-width directly within Image+?

I believe you have to output your image-TV like this

[[*imageTV]]

to get the resized version according to the Output Options.

1 Like

This topic was automatically closed 2 days after discussion ended and a solution was marked. New replies are no longer allowed. You can open a new topic by clicking the link icon below the original post or solution and selecting “+ New Topic”.