• Hi,

    I have some issues with “Portfolio Slideshow” plugin, it works just great on Firefox but on Chrome & Safari the images seem to be scaled and displayed on a small size (while they are actually the normal size when you view the actual image) I haven’t tested IE yet but might be the same pb…

    That page https://lisso.me/?p=140 is a good example, if you view it on FF and Safari you can see the difference and that the slideshow images at the bottom of the page is displayed in a different size.

    I suspect this is a pb with the theme (since when I switch back to the default WP themes then no pb anymore) but got no clue why and how, any ideas would be very welcome!!

    Thanks in advance for the help!

    Guillaume

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter gmassol

    (@gmassol)

    Actually it looks like the attribute

    style=”position: relative; width: 786px; height: 515px;”

    Is there in FF but not in the other browsers, anyway i could “force” it in maybe?

    It’s being caused by this selector in your images.css:

    .entry-content img {
        height:auto;
        margin: 0 0 18px 0;
        max-width:100%;
    }

    If you remove the max-width attribute, the images will display at full size.

    Dalton

    Thread Starter gmassol

    (@gmassol)

    Wow man… Spot on! I changed it and now it works just fine! Thanks a lot for the help and for this great piece of plugin! simple but efficient, just how we like it ??

    Very nice photos on your website btw! Cheers…

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Portfolio Slideshow – Autofocus Theme issue’ is closed to new replies.