• jimmyg164

    (@jimmyg164)


    Hi all,

    I hope some kind soul can advise

    I am displaying images and would like to scale them depending in screen size.

    div is 80% of screen and image is controlled by settings > Media

    i need it to scale if posssible

Viewing 2 replies - 1 through 2 (of 2 total)
  • Michael

    (@alchymyth)

    can you post a live link to illustrate your images in the gallery?

    what theme are you using?

    generally, try to format the images with:

    img { max-width: 100%; height: auto; }

    or

    .gallery img { max-width: 100%; height: auto; }

    Thread Starter jimmyg164

    (@jimmyg164)

    Hi there

    working on my first theme,

    original pictii.com

    trying to re write @ https://pictii.highland-it.co.uk/?page_id=8

    kind regards
    Jimmy

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘wordpress Gallery’ is closed to new replies.