• Resolved Kulturprojektor

    (@kulturprojektor)


    Hi again,
    I am very sorry to ask again, but is possible too to change the photo size in the list view crosswise to upright and perhaps the size (min / max) in general. I am not really happy with the arrangement of text and photo and another size could change this.
    Thank you very much and good night,
    Daniel

Viewing 5 replies - 1 through 5 (of 5 total)
  • Hey @kulturprojektor!

    Thanks for posting your request!
    Would you like to enlarge the width and height of the post images in List view? If so, please try adding the following CSS code to Event Calendar WD Settings > Custom CSS panel?

    .ecwd-list-img {
        width: 35% !important;
        min-height: 350px !important;
    }

    If it does not make the changes you wish to have, please give us the link to your calendar page and specify how you’d like to modify the dimensions of List View images.

    Thanks! Have a wonderful day!

    Thread Starter Kulturprojektor

    (@kulturprojektor)

    Hey there and thank you for support. Indeed it doesn’t look like it has to. If you have a look onto https://nordlichter-film.de/nordkalender/ you see the first entry is a movie poster (higher than wider) and the output is a wide format.
    Isn’t it possible to take the same format as the original but only with a limit in height and width.
    For example a 4:3 or 2:2 photo (in original) is transported to this dimension with a 350 px maximum.
    All the best
    Daniel

    Thread Starter Kulturprojektor

    (@kulturprojektor)

    Hey there and thank you for support. Indeed it doesn’t look like it has to. If you have a look onto https://nordlichter-film.de/nordkalender/ you see the first entry is a movie poster (higher than wider) and the output is a wide format.
    Isn’t it possible to take the same format as the original but only with a limit in height and width.
    For example a 4:3 or 2:2 photo (in original) is transported to this dimension with a 350 px maximum.
    All the best
    Daniel

    Hello @kulturprojektor!

    In that case, please remove min-height: 350px !important; from the code I posted in my previous reply, so it looks like this:

    .ecwd-list-img {
        width: 35% !important;
    }

    Afterwards add this code to Event Calendar WD Settings > Custom CSS:

    .ecwd_calendar .ecwd_list .ecwd-list-img {
        border: none !important;
    }
    .ecwd-img {
        max-height: none !important;
    }

    Let us know if this display is better.
    Thanks! Have a great day!

    Thread Starter Kulturprojektor

    (@kulturprojektor)

    It’s great!!! Thank you very much.
    Best
    Daniel

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Changing Photo Size in Events’ is closed to new replies.