1. PROMO Get 60% OFF Lifetime Pro Membership & access all our Pro Divi Extensions, Divi Layouts, Divi AI Generator, Divi Block, etc.VIEW PRICING
BEST Divi Block - A revolutionary drag & drop tool to easily mix & match 960+ premade blocks (Light & Dark) to kick start your Divi site design. Special module designs are included as well. Also newly added AI generator & color.
Learn More About Divi BlockFree Version ~ 340+ Free Blocks

Webpage portfolio page

Discussion in 'Free Divi Community Forum' started by Keirebu, Nov 18, 2023.

  1. Keirebu

    Keirebu New Member

    Hello, this is an odd question, but I need to make a portfolio page that can show scrollable images of websites that I have designed. ...each image would be in an iPad like shape...

    Similar to the Divi Page Library, but showing the pages that I have created.

    Does anyone know of an easy way to make this in Divi?

    Thank you!
     
    1. PRO MEMBER PERKS Divi Block Pro - Premade gradient text design for your Divi site without using any plugins:View Demo
  2. Divi.Help

    Divi.Help Administrator
    Staff Member

    To make it scrollable, add an image module, upload your screenshot, then go to Advanced > Custom CSS > Free-Form CSS & add:
    Code:
    selector .et_pb_image_wrap {
        max-height: 300px;
        overflow-y: auto;
    }
    **Adjust 300px to fit your need.

    Then you may add some border to it to mimic an iPad design.