Support

Account

Home Forums General Issues Gutenberg Block : Image not showing Reply To: Gutenberg Block : Image not showing

  • I don’t know if you resolve this already but I have a similar problem and this is what I used the ID variant for this line of code:

    <?php echo wp_get_attachment_image( $image, 'full' ); ?>

    This finally worked for me.