In the drupal 7 version the media class works but in drupal 8 the image doesn't show

Media heading

...

Comments

CharlesWil’s picture

<div class="media">
  <div class="media-left">
    {{ field_video }} 
  </div>
  <div class="media-body">
    <h4 class="media-heading">{{ title }} </h4>
 {{ body }}
  </div>
</div>
markhalliwell’s picture

Status: Active » Closed (won't fix)

This doesn't have anything to do with this project specifically. This project has never, officially, implemented the "media" component.