Title: Users reporting visual bug.
Last modified: August 22, 2016

---

# Users reporting visual bug.

 *  Resolved [originald](https://wordpress.org/support/users/originald/)
 * (@originald)
 * [11 years, 7 months ago](https://wordpress.org/support/topic/users-reporting-visual-bug/)
 * Some users are reporting a visual bug of thumbnails appearing on the right side
   of the page instead of the center. I can only reproduce this bug if I set my 
   thumbnail size too large.
 * Link: [http://originald.com/2014/10/17/new-site-new-photo-report/](http://originald.com/2014/10/17/new-site-new-photo-report/)
 * A user sent in this screenshot: [http://m.imgur.com/mLHViCr](http://m.imgur.com/mLHViCr)
 * [https://wordpress.org/plugins/wp-photo-album-plus/](https://wordpress.org/plugins/wp-photo-album-plus/)

Viewing 2 replies - 1 through 2 (of 2 total)

 *  Thread Starter [originald](https://wordpress.org/support/users/originald/)
 * (@originald)
 * [11 years, 7 months ago](https://wordpress.org/support/topic/users-reporting-visual-bug/#post-5416154)
 * I have found that this issue happens on screens with a lower resolution or if
   you resize the browser window and the column becomes too small for the picture.
 * Does anybody know of an easy way to set the thumbnails to simply be 100% the 
   width of the content area/column to make the images stay in the boundaries when
   resizing or on smaller devices?
 * With a set pixel size, this bug is showing up for a lot of people on older computers
   or when viewing on most mobile phones.
 * Thanks! 🙂
 *  Plugin Author [Jacob N. Breetvelt](https://wordpress.org/support/users/opajaap/)
 * (@opajaap)
 * [11 years, 7 months ago](https://wordpress.org/support/topic/users-reporting-visual-bug/#post-5416171)
 * There will never come a regular way inside wppa to make thumbnails responsive,
   but you can try with overriding css in Table IV-A15 like:
 *     ```
       .thumbnail-frame, .wppa-tn-img-container, .wppa-tn-img-container img {
       width: 100% !important;
       height: auto !important;
       }
       ```
   
 * ( Maybe not complete, i did not completely test it, but it is a way you could
   come close )

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Users reporting visual bug.’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/wp-photo-album-plus.svg)
 * [WP Photo Album Plus](https://wordpress.org/plugins/wp-photo-album-plus/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wp-photo-album-plus/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wp-photo-album-plus/)
 * [Active Topics](https://wordpress.org/support/plugin/wp-photo-album-plus/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wp-photo-album-plus/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wp-photo-album-plus/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [Jacob N. Breetvelt](https://wordpress.org/support/users/opajaap/)
 * Last activity: [11 years, 7 months ago](https://wordpress.org/support/topic/users-reporting-visual-bug/#post-5416171)
 * Status: resolved