Title: Percent thumbnail
Last modified: August 16, 2019

---

# Percent thumbnail

 *  Resolved [freshail](https://wordpress.org/support/users/freshail/)
 * (@freshail)
 * [7 years, 1 month ago](https://wordpress.org/support/topic/percent-thumbnail/)
 * **Please**, can you add percent thumbnail for images with different types(like
   small image 150×150, big 600×600)?
    Best Regards.

Viewing 1 replies (of 1 total)

 *  Plugin Author [Navneil Naicker](https://wordpress.org/support/users/navzme/)
 * (@navzme)
 * [7 years, 1 month ago](https://wordpress.org/support/topic/percent-thumbnail/#post-11840781)
 * Hello, theirs no way to reduce by percent. This plugin uses [Aqua Resizer](https://github.com/syamilmj/Aqua-Resizer)
   to resize the images on the fly. The helper function for this is `acf_photo_gallery_resize_image`.
   What you can do is add the following code line of code. If you want to have a
   image with a specific size then you can use the following code.
 * `$resized_img_url = aq_resize( $full_image_url, 75, 75, false, true, true);`
 * Use `$resized_img_url` in the src of the image.
 * [See the documentation](https://github.com/syamilmj/Aqua-Resizer/wiki)
 * `aq_resize( $url, $width, $height, $crop, $single, $upscale )`
    -  This reply was modified 7 years, 1 month ago by [Navneil Naicker](https://wordpress.org/support/users/navzme/).
    -  This reply was modified 7 years, 1 month ago by [Navneil Naicker](https://wordpress.org/support/users/navzme/).
    -  This reply was modified 7 years, 1 month ago by [Navneil Naicker](https://wordpress.org/support/users/navzme/).
    -  This reply was modified 7 years, 1 month ago by [Navneil Naicker](https://wordpress.org/support/users/navzme/).

Viewing 1 replies (of 1 total)

 The topic ‘Percent thumbnail’ is closed to new replies.

 * ![](https://ps.w.org/navz-photo-gallery/assets/icon-128x128.png?rev=2607741)
 * [ACF Photo Gallery Field](https://wordpress.org/plugins/navz-photo-gallery/)
 * [Support Threads](https://wordpress.org/support/plugin/navz-photo-gallery/)
 * [Active Topics](https://wordpress.org/support/plugin/navz-photo-gallery/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/navz-photo-gallery/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/navz-photo-gallery/reviews/)

## Tags

 * [images](https://wordpress.org/support/topic-tag/images/)
 * [size](https://wordpress.org/support/topic-tag/size/)
 * [thumbnail](https://wordpress.org/support/topic-tag/thumbnail/)

 * 1 reply
 * 2 participants
 * Last reply from: [Navneil Naicker](https://wordpress.org/support/users/navzme/)
 * Last activity: [7 years, 1 month ago](https://wordpress.org/support/topic/percent-thumbnail/#post-11840781)
 * Status: resolved