Viewing 4 replies - 1 through 4 (of 4 total)
  • 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

    Thread Starter flovida

    (@flovida)

    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.

    Thread Starter flovida

    (@flovida)

    Thanks for your help. I’ve the code in this way:

    {no_image}
    <img src=”../images/my-image.jpg” />
    {/no_image}

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘add a default thumbnail’ is closed to new replies.