Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author GalleryCreator

    (@gallerycreator)

    Hello,

    First of all, your site currently has a problem with displaying the lightbox, or rather, only Safari displays it correctly. This is due to the fact that you are using a filter for the Body.

    body {
    background: #f2f2f2;
    background: color(display-p3 0.95 0.95 0.95);
    filter: brightness(1.25);
    border: none;
    color: #333;
    color: color(display-p3 0.20 0.01 NaN);
    font-family: 'Lato', 'Helvetica Neue', Helvetica, sans-serif;
    font-size: 18px;
    }

    You can remove controls for videos using CSS, but they will remain in Safari.

    I also recommend that you disable Autoplay Video in the lightbox settings, as this is pointless for your videos. Just add this custom CSS to make the icons with the Play button and the badge disappear on the thumbnails:

    .pgc-rev-slider-page-sub-content-holder .icon-holder {display:none;}

    .pgcsimplygalleryblock-justified-item-inner .pgcsimplygalleryblock-justified-item-badge {display:none;}

    Thread Starter daschmc

    (@daschmc)

    Big thanks ??

Viewing 2 replies - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.