Viewing 6 replies - 1 through 6 (of 6 total)
  • Sure :
    https://nghapoe.ca/list/lets-zoom-these-images/

    Create a page with a Player List, and select Gallery Layout.
    SportPress –> Players –> Player List –> choose Gallery

    Customizer –> Additional CSS :

    .sp-template-gallery .gallery-item img {
        max-width: 100%;
        transition: all 0.3s;
        display: block;
        width: 100%;
        height: auto;
        transform: scale(1);
    }
    .sp-template-gallery .gallery-item img:hover {
        transform: scale(1.1);
    }

    Or, SportsPress –> Settings –> General –> Custom CSS :

    .sp-template-gallery .gallery-item img {
        max-width: 100%;
        transition: all 0.3s;
        display: block;
        width: 100%;
        height: auto;
        transform: scale(1);
    }
    .sp-template-gallery .gallery-item img:hover {
        transform: scale(1.1);
    }
    Thread Starter tomtom555

    (@tomtom555)

    Great job! Thank you

    Roch

    (@rochesterj)

    I’m glad it’s resolved!

    Let us know if you need anything else.

    Kind Regards,
    -Roch

    Thread Starter tomtom555

    (@tomtom555)

    Another idea…

    Is it possible to zoom photo+player name under

    No.

    If you need to do that, you would need to insert the name as part of the image.

    Roch

    (@rochesterj)

    Hey tomtom555

    If you need anything else please open a new topic. Since this one is resolved we don’t usually check it.

    Thanks!

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Zoom effect on players gallery’ is closed to new replies.