• Having some issues with the slideshow box at the bottom of this page:

    https://www.jeremydeprisco.com/electro-acoustic/

    The box is way too big, and the image is too small. Where is Enigma getting the slideshow settings from? Using Google viewer, currently the settings appear to be:

    opacity: 0; width: 1100px; height: 671px;

    But I can’t find where this is being set in the CSS.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hello,

    insert code into custom css

    body div.slideshow-window * img
    	{
        width: 100%;
        }
    Thread Starter Jeremy dePrisco

    (@shivasongster)

    Hmm… tried this and there was no effect. Tried different percentages, and I don’t think the code is being recognized at all.

    Also tried this:

    body div.slideshow-window * img
    {
    width: 100% !important;
    }

    Still getting a very large border around the image. Most of the images are around 600 × 338 or larger, so I’d expect them to show better than this in the box. Maybe not?

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Photo Slide Show Box Too Big’ is closed to new replies.