Skip to content
DearFlip WordPress
  • Plugins
    • WordPress Flipbook
    • JS Flipbook
    • Joomla Flipbook
  • Demos
    • Embedded Example
    • Popup Examples
    • Online PDF Viewer
  • Pricing
  • Docs
  • Support
  • Account
  • Blog
DearFlip WordPress
  • Plugins
    • WordPress Flipbook
    • JS Flipbook
    • Joomla Flipbook
  • Demos
    • Embedded Example
    • Popup Examples
    • Online PDF Viewer
  • Pricing
  • Docs
  • Support
  • Account
  • Blog

Getting Started

  • Getting Started – Quick
  • Installation
  • Create 3D Flipbooks
  • Create Spiral 3D Flipbook (Pro)
  • Create Hybrid 3D Flipbook (Pro)
  • Create PDF Viewer/Reader
  • Create Slider Viewer

Organizing Flipbooks

  • Organizing Flipbooks
  • Multiple Flipbooks in a page
  • Using Categories
  • Using Book Shelf (Pro)
  • Sort Flipbooks (Pro)
  • Open Flipbook with custom buttons & elements(PRO)

Features & Settings

  • Selective Script Loading
  • Features & Settings – Quick
  • Google Analytics(PRO)
  • Settings
  • Shortcode-options

Customizations

  • Customizing Layout / Controls (look)
  • Customizing Buttons
  • Customize popup thumb
  • Customize Page/PDF Links
  • Turn off Zoom on mouse scroll
  • Remove or change Download button
  • Remove Share Button
  • Open Book at certain page
  • Open Flipbook in New Tabs

FAQs

  • Icons are missing?
  • PDF not Loading!
  • PDF loading is slow!
  • Fullscreen Faqs
  • General FAQs & Issues
  • Flipbook loading issue
  • Change Log

Presale, Purchase & License

  • Purchase & Licensing / Upgrading
  • Free(Lite) vs Premium Comparision
  • License Utilization
  • License Activation issues
  • How to Change Invoice details
View Categories
  • Home
  • Documentation
  • Customizations
  • Customize popup thumb

Customize popup thumb

2 min read

You can change the thumb size by using Custom CSS. We recommend using Theme Customizer -> Additional CSS section for adding Custom CSS.

Change the size of popup thumb: #

Version 2.1

._df_thumb{
    width:240px;
}

Before version 2.1

._df_thumb{
    width:240px;
    height:360px;
}

Tips: In mobiles using bigger size can result in thumb not fitting to mobile screen size. Thus adding a mobile specific constraint helps:

._df_thumb{
    width:340px;
}

@media only screen and (max-width: 500px) {
    ._df_thumb{
        width:100%;
    }
}

Disable cover opening animation of popup thumb: #

To disabled cover opening animation use the following custom CSS.

.df-popup-thumb:hover * {
transform: none !important;
}
.df-popup-thumb .df-book-page1,
.df-popup-thumb .df-book-page2{
display:none;
}

Output:

Meat Atlas


Disable cover zoom animation of popup thumb: #

To disabled zoom animation use the following custom CSS.

.df-popup-thumb img.df-lazy {
transform: scale(1);
opacity: 1;
}

Output:

Meat Atlas


Remove the left side ridge from popup thumb, make popup thumb cover flat #

To remove the ridge and make the cover flat/plain, you can use following CSS:

.df-popup-thumb .df-book-cover:after {
display:none;
}

Output:

Meat Atlas

Title Customization: #

Titles can be customized with the CSS selector: .df-popup-thumb span.df-book-title

Hide Title from thumb: #

.df-popup-thumb span.df-book-title {
    display: none;
}

Title Always active without hover: #

.df-popup-thumb span.df-book-title {
    bottom: 0;
    opacity: 1;
}
Still stuck? How can we help?

How can we help?

Updated on December 24, 2024

Leave a Comment Cancel reply

Table of Contents
  • Change the size of popup thumb:
  • Disable cover opening animation of popup thumb:
  • Disable cover zoom animation of popup thumb:
  • Remove the left side ridge from popup thumb, make popup thumb cover flat
  • Title Customization:
    • Hide Title from thumb:
    • Title Always active without hover:

Links

  • Terms and Conditions
  • License Terms
  • Privacy Policy
  • Browser Test

Recent Posts

  • (no title)
  • Protected: Flipbook in a password page
  • Case Study: Open PDF File links as Flipbook
  • Transparent background example
  • Multiple Embeds in a Page

Products

  • DearFlip 3D Flipbook JS Plugin
  • DearFlip 3D Flipbook WordPress Plugin
  • DearFlip 3D Flipbook Joomla Plugin
  • Online PDF Viewer
  • DearFlip PDF Flipbook for Chrome
  • Mashshare Social Sharing WordPress plugin
© 2026 | A product of DearHive.com