Hiya,
I’m afraid there isn’t a way to set a default image using EM. You’d probably need to create your own placeholder to achieve this.
Cheers,
Phil
ok, I will do this. It would be however very useful to have the possibility of a default image.
Cheers,
Enzo
There is a sort of workaround. You can use this conditional placeholder under the Formatting tabs:
{no_image}
// add your default image here
{/no_image}
The above placeholder will only run if there’s no image and #_EVENTIMAGE won’t show anything unless there is.
Thanks for your help. I’ve the code in this way:
{no_image}
<img src=”../images/my-image.jpg” />
{/no_image}