I setup phpThumbsUp. Yes for respsonsive. 480,1024,2000 initial options for screen size. File name of image file when pulled from iPhone and desktop is different than the original file name, but no image file seems to be saved anywhere. iPhone gets the same size version as the original (2000 x 1125) except that the version sent to the iphone has a new file name IMG_0707.jpg.
chunk code is simply
[[+image:phpthumbsup=`w=640&h=360&q=90`]]
source code output from the desktop is:
/phpthumbsup/w/640/h/360/q/90/src/<img src="assets/images/image01.jpg" alt="" />
phpThumbsUp seems to be just renaming the image file and then serving it to both iPhone and desktop at the same size.
Do I need to write chunk code for each size to accommodate the system settings for the responsive threshhold? Why are there no images stored in a cache somewhere? Am I writing the chunk incorrectly?
Can anyone provide feedback on how better to set this up?
[ed. note: mmcgee last edited this post 11 years, 10 months ago.]