Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Resize the image in fullscreen gallery with a fixed top margin

  • This topic is empty.
Viewing 3 posts - 16 through 18 (of 18 total)
  • Author
    Posts
  • #249322
    Shikkediel
    Participant

    And are you able to see the images

    Yes, I am. Slideshow is working. As to your original question, I don’t think there’s anything in the CSS that would change the size of the images. Those seem to only be general style rules, the dimensions are ultimately hard coded as inline style in the script.

    #249324
    Stefano
    Participant

    Thank you!!!
    In order to obtain what I was looking for I’ve add as custom CSS the following code and it works great:

    #supersized li.prevslide img, #supersized li.activeslide img#supersized li.prevslide img, #supersized li.activeslide img{
    top:0!important;
    }

    Now I’m going to add a media query to have it only on desktop and not on smart phones.

    Have a great day and happy Christmas

    #249325
    Shikkediel
    Participant

    Back at you. I think I mistook the question to be about the dimensions in relation to the screen’s aspect ratio and not so much the top position…

Viewing 3 posts - 16 through 18 (of 18 total)
  • The forum ‘CSS’ is closed to new topics and replies.