WordPress image resizing in option tree
-
Hey, i have been stuck on this for a while and am to the point of using php or jquery to add the modded url.
Here is what i want to do, i am making a there and using option tree as for the global settings. On the slider i want the user to upload an image and i want wordpress to crop it to the size i need easy enough with this <?php add_image_size( $name, $width, $height, $crop ); ?>, but now how can i make option tree display the selected size on the frontend?
Pretty much i want to upload the original image and have a re-sized one display.
Viewing 15 replies - 1 through 15 (of 15 total)
Viewing 15 replies - 1 through 15 (of 15 total)
- The topic ‘WordPress image resizing in option tree’ is closed to new replies.