Image size

This topic contains 1 reply, has 2 voices, and was last updated by  Alex Rollin 4 years, 5 months ago.

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket

Tagged: 

  • Author
    Posts
  • #521044

    Michael Jenni
    Full Member
    Post count: 20

    Hello
    I have the problem that i can’t change the image size. I generated a shortcode via “add shortcode”.

    I tried the following shortcodes.
    [gd_post_images type=”image” ajax_load=”1″ slideshow=”1″ show_title=”1″ animation=”slide” controlnav=”1″ image_size=”shop_thumbnail”]

    [gd_post_images type=”image” ajax_load=”1″ slideshow=”1″ show_title=”1″ animation=”slide” controlnav=”1″ image_size=”600×1920″]
    [gd_post_images  image_size=”large” ]

    [gd_post_images type=”image” ajax_load=”1″ slideshow=”1″ show_title=”1″ animation=”slide” controlnav=”1″ link_to=”post” types=”logo, post_images” image_size=”large” cover=”n”]

    The images are all in the same size. Could you please help me?

    #521089

    Alex Rollin
    Moderator
    Post count: 27815

    Those are values from your media library?

    You might be referring to the fact that GD Post Images will expand to the dimensions of the container in which it is placed. The appropriate image size will be loaded based on the container dimension automatically, but you should be able to specify it with that param.

    That said, maybe you want to use Custom CSS to change the size of the visible image on the page?

    For the slider something like:

    
    
    
    /*GeoDirectory V2 – GD Post Images Slider – Set width*/
    .geodir-post-slider{
    max-width: 500px;
    margin: 0 auto;
    }
    

    Read more about images here: https://wpgeodirectory.com/docs-v2/design/images/

Viewing 2 posts - 1 through 2 (of 2 total)

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket