Viewing 1 replies (of 1 total)
  • Hi @dancg,

    It seems that there’s some CSS applied to all of your images on your site but I’m not sure where is it coming from due to the minification and caching on your site.

    Adding this CSS code should fix the problem:

    .entry-content .hustle-ui .hustle-optin.hustle-optin--compact .hustle-layout .hustle-layout-body .hustle-image.hustle-image-fit--fill img {
        height: auto;
    }

    You can go to Hustle > Embeds > Your_Embed > Appearance tab, enable Custom CSS and paste the code there.

    However, I would suggest trying to find the actual cause of the issue by switching to default WP theme and disabling other plugins on your site to see which one might be causing this.

    Cheers,
    Predrag

Viewing 1 replies (of 1 total)
  • The topic ‘Image dissapears after a second’ is closed to new replies.