Title: Remove Thumbnails from Fullscreen View
Last modified: August 31, 2016

---

# Remove Thumbnails from Fullscreen View

 *  Resolved [txnyriny](https://wordpress.org/support/users/txnyriny/)
 * (@txnyriny)
 * [10 years ago](https://wordpress.org/support/topic/remove-thumbnails-from-fullscreen-view/)
 * Hi,
 * I’m trying to keep thumbnails on the slider itself but remove them from fullscreen
   mode. When I get rid of them in fullscreen with “display: none” they’res still
   a space blocked out for them, and the image gets cropped so it’s not true fullscreen
   and it’s not even the full screen height. Any way to get a fullscreen image without
   the thumbnails at the bottom?
 * Thanks!
    Randall
 * [https://wordpress.org/plugins/ultimate-responsive-image-slider/](https://wordpress.org/plugins/ultimate-responsive-image-slider/)

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

 *  [weblizar_support](https://wordpress.org/support/users/weblizar_support/)
 * (@weblizar_support)
 * [10 years ago](https://wordpress.org/support/topic/remove-thumbnails-from-fullscreen-view/#post-7331331)
 * Hello
    txnyriny
 * please share your website link
 * we will solve problem as soon as possible
 *  Thread Starter [txnyriny](https://wordpress.org/support/users/txnyriny/)
 * (@txnyriny)
 * [10 years ago](https://wordpress.org/support/topic/remove-thumbnails-from-fullscreen-view/#post-7331493)
 * It’s not a site in the public domain — it’s on a private server, so I can’t provide
   a link. Sorry. But basically, I just want to know how to keep the thumbnails 
   in the normal view slider, but remove them from the fullscreen view so that the
   actual full screen is filled up by the main image, instead of cropping the image
   and leaving a black area at bottom and top (i.e., the bottom and top are being
   cropped not by the edge of the viewport, but by something else, leaving black
   bands top and bottom).
 * Thanks.
 *  [weblizar_support](https://wordpress.org/support/users/weblizar_support/)
 * (@weblizar_support)
 * [10 years ago](https://wordpress.org/support/topic/remove-thumbnails-from-fullscreen-view/#post-7331495)
 * hello
    txnyriny
 * sorry
 * if we remove thumbnails from fullscreen mode then we can not keep them in
 * normal view
 *  Thread Starter [txnyriny](https://wordpress.org/support/users/txnyriny/)
 * (@txnyriny)
 * [10 years ago](https://wordpress.org/support/topic/remove-thumbnails-from-fullscreen-view/#post-7331588)
 * This is what worked for me:
 * .sp-full-screen {
    max-height: 100% !important; max-width: 100% !important; z-
   index: 999 !important; width: 100%; height: 100%; position: absolute; top: 0px;
   left: 0px; background-size: cover; background-position: 50% 50%; background-repeat:
   none; } /* REMOVE THUMBNAILS FROM FULLSCREEN */ .sp-full-screen .sp-bottom-thumbnails{
   display: none; } /*REDUCING BOTTOM THUMBNAIL AREA*/ .sp-full-screen .sp-bottom-
   thumbnails { height: 0px !important; }

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

The topic ‘Remove Thumbnails from Fullscreen View’ is closed to new replies.

 * ![](https://ps.w.org/ultimate-responsive-image-slider/assets/icon-128x128.gif?
   rev=2305926)
 * [Ultimate Responsive Image Slider](https://wordpress.org/plugins/ultimate-responsive-image-slider/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/ultimate-responsive-image-slider/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/ultimate-responsive-image-slider/)
 * [Active Topics](https://wordpress.org/support/plugin/ultimate-responsive-image-slider/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/ultimate-responsive-image-slider/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/ultimate-responsive-image-slider/reviews/)

## Tags

 * [fullscreen](https://wordpress.org/support/topic-tag/fullscreen/)
 * [thumbnails](https://wordpress.org/support/topic-tag/thumbnails/)

 * 4 replies
 * 2 participants
 * Last reply from: [txnyriny](https://wordpress.org/support/users/txnyriny/)
 * Last activity: [10 years ago](https://wordpress.org/support/topic/remove-thumbnails-from-fullscreen-view/#post-7331588)
 * Status: resolved