• sacconi

    (@sacconi)


    I tryed with

    .post-3111 .gmw-results-wrapper img{
    	aspect-ratio: 800/600;
        }

    but it didnt work. Any idea?

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Eyal Fitoussi

    (@ninjew)

    Hello Sacconi,

    I just tested your CSS on my site and it is working. So it should work for you as well.

    Try:

    .post-3111 .gmw-results-wrapper img{
        aspect-ratio: 800/600 ! important;
    }

    Or:

    .gmw-results-wrapper img{
        aspect-ratio: 800/600 ! important;
    }

    And see if once of those works.

    Let me know how it goes.

    Plugin Author Eyal Fitoussi

    (@ninjew)

    HI again,

    I just realized that you are using an older version of GEO my WP or at least an older search results template file. So try the below CSS instead:

    .post-3111 .gmw-results-wrapper img {
        aspect-ratio: 800/600 ! important;
        width: initial ! important;
        height: initial ! important;
    }

    I hope this helps.

    Thread Starter sacconi

    (@sacconi)

    Ok, it works, thank you. But how can I have the latest version of the plug-in?

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Changing the image ratio’ is closed to new replies.