• Resolved deahlstedt

    (@deahlstedt)


    Is there a way to limit the size of the featured image to it’s stored size? I.e. don’t blow up a 100×100 pxl image to cover the entire width of the pop-up card.

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

    (@joedolson)

    The only way images are adjusted in My Calendar’s styles is in CSS; so you can override the styles in the plug-in to set them as you see fit. The default styles set them to 100% width of the container, but they have low specificity and can be easily overridden. In the customizer, you can go to Additional CSS and add something like

    .mc-main .details .mc-image { width: 100px; }

    Thread Starter deahlstedt

    (@deahlstedt)

    Many thanks for the quick reply. Goes a long way to justifying getting the budget for the Pro version. (I’m retired and working pro bono for non-profits).

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

The topic ‘Constraining Featured Image size’ is closed to new replies.