[1.00 Beta] – Tile Images Zooming in too much
-
My tile images are zooming in too much.
I had this issue prior to using the 1.0 beta, but the FAQ was able to resolve my issue by using this line of code:
add_filter('wp-tiles-image-size', 'change_tile_image_size'); function change_tile_image_size( $image_size ) { return 'large'; }
I’ve placed this code in my Functions.php file once again, but unfortunately the tile images are still zooming in too much. I was hoping to see what else I could try.
Thanks!
Mikey
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘[1.00 Beta] – Tile Images Zooming in too much’ is closed to new replies.