Make default featured image optional
-
Hi
In Extra Settings it’s possible to choose a default background image for featured events. If no featured image is selected, the plugin puts a default image with fixed size.
I believe could be interesting to have an option to avoid showing the default image if feature image is missing, since my users are not used to put a featured image.As a workaround, I choose as default image a 1×1 px transparent image, but some CSS is necessary to remove the fixed image:
#event-timeline-wrapper .ect-timeline-post img {
width: auto;
height: auto;
}
The alternative is implementing it by code. What about implementing this option in future versions? Is there a better way to achieve my goal?
Cheers
- The topic ‘Make default featured image optional’ is closed to new replies.