• Resolved cezi

    (@cezi)


    One big difference between My Calendar 3.2 and 3.3 is the way event images are shown in list view; in version 3.3 images are ‘blown up’ to the full width of the list view, no matter the size of the actual image in pixels; that’s pretty big!

    is there a way to reduce the size of the shown event image, comparable with what it used to be in versions prior to 3.3?

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

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author Joe Dolson

    (@joedolson)

    You can always override the styles; e.g.

    .mc-main .mc-image { max-width: 50%; }

    Thread Starter cezi

    (@cezi)

    thank you again!
    i wish there was a manual (i bought your manual by the way) where all these edits are described, so that i would not have to bother you every time!

    Thread Starter cezi

    (@cezi)

    Are you sure this should affect the images in list view?
    Added it to the design code but nothing happens…
    https://www.nesepe.nl/agenda/

    Plugin Author Joe Dolson

    (@joedolson)

    I’m asked for that a lot; but it’s not a realistic thing. There is an infinite variety of potential combinations and changes that can be made; I could put 100 hours into publishing a list of possible changes, just to answer questions that are variations on what I’ve already published.

    The best thing is to learn the use of the browser’s CSS inspector: https://www.theodinproject.com/paths/foundations/courses/foundations/lessons/inspecting-html-and-css, and experiment.

    I can’t definitely say that will fix your problem; it depends on where you put the CSS (e.g., whether it’s being implemented before or after other relevant CSS) and how strong the other relevant CSS is.

    You can try marking it as !important (.mc-main .mc-image { max-width: 50% !important }); you could try using it in the WordPress Additional CSS tool (Appearance > Customize > Additional CSS) instead of the design; you could move it to a position at the end of the My Calendar styles if it’s currently at the beginning. Lots of possibilities.

    Thread Starter cezi

    (@cezi)

    thank you!
    the ‘important’ trick made it work;
    i will study the browser’s css inspector link!

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Event image in list view too large’ is closed to new replies.