Change Default Tile Image Size
-
Following the instructions here, I added the following to my site:
add_filter('wp-tiles-image-size', 'change_tile_image_size'); function change_tile_image_size( $image_size ) { return 'spotlight-thumbnail'; }
There is a custom size called “spotlight-thumbnail.”
This is specifically so that we can manually crop the thumbs we’re using…. you can see it here: https://fwatest.org/spotlight/
I can see in the Media library that my crop worked, but it’s not showing up correctly in the tiles.
Please help. Thank you!
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Change Default Tile Image Size’ is closed to new replies.