• Resolved philapho

    (@philapho)


    Hello
    since the latest versions, only thumbnails are displayed
    I can change the display size in pixels, but I still get thumbnails, whatever the site

    https://contemporaneitesdelart.fr/richard-nieto-pandemonium-toulouse/
    Normally I set the size to 600 pixels so that it matches the width of my article
    I get thumbnails on all the new PDFs I put online, not those that have already been online for a while,
    I still have the problem even with Version 2.2.32

    The page I need help with: [log in to see the link]

Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Author DearHive

    (@dearhive)

    Hi,

    Try adding this custom CSS. And the width will auto stretch.
    You can also adjust the width to your liking.

    .df-popup-thumb {
    width: auto;
    }

    Best Regards,
    Deepak

    Thread Starter philapho

    (@philapho)

    Thank you very much for your prompt reply
    I finally put this

    .df-popup-thumb {
    width: 400px;
    }

    What if I want to centre it in the article?

    Plugin Author DearHive

    (@dearhive)

    Centering can be done in the container(builders) where you put the shortcode.

    Thread Starter philapho

    (@philapho)

    no, I’ve already tried that, but it doesn’t work with short codes

    Plugin Author DearHive

    (@dearhive)

    Try using books instead of id in the shortcode.

    Another will be using css.

    .df-popup-thumb {
    margin: 0 auto !important;
    }

    We prefer to use the text align center by adding the shortcode inside a textbox. Its not compulsory to use the shortcode block.

    Thread Starter philapho

    (@philapho)

    Now I understand why
    in dflipbook
    there are two short codes
    LightBox(Popup) [dflip id=”94832″ type=”thumb”][/dflip]
    and
    Embed [dflip id=”95257″][/dflip]

    just choose the one you want and you’ll get the poster you want
    Thanks again for your responsiveness

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘only thumbnails are displayed’ is closed to new replies.