Viewing 3 replies - 1 through 3 (of 3 total)
  • Don’t know if this is the conventional way, but you can just style to css to change the width of the image to 720px instead of 300px.

    1. Go to wp-content/themes-ai1ec/vortex and make a new folder named css
    2. In the new folder, make a file called overrride.css
    3. Paste this in the file:

    .ai1ec-single-event .ai1ec-event-avatar img {
    max-width: none;
    max-height: none;
    width: 720px;
    }

    Make sure you update your the event images with better resolution size so they look sharp on the page.

    Thats great, thank you – I’ll add that in today and see what happens!

    There must be a better way.
    Changing a medium size image 300px to 720 is not a good idea.

    Better to use the large image size – this should be an settings option.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Need the event featured image full size’ is closed to new replies.