Answer the question
In order to leave comments, you need to log in
Drupal 8, material theming, how to do it right?
Can someone tell me how to display the material correctly, there is a picture field, so I just need to display it,
what will be according to the layout
<div class='block'>
<img class='block__img' src='....'>
</div>
<div class='block'>
<img class='block__img' src='....'>
</div>
<div class="views-element-container" id="block-views-block-bannernye-bloki-block-1">
<div>
<div class="js-view-dom-id-0ca3329e3de4f021b595ac442ecc1d52d0130ada223659ca167da404ea92905b">
<div class="b-right-banner views-row">
<div class="views-field views-field-field-kartinka-1">
<div class="field-content">
<img src="/sites/default/files/2017-12/right-banner_2.png" width="292" height="261" alt="" typeof="foaf:Image">
</div>
</div>
</div>
<div class="b-right-banner views-row">
<div class="views-field views-field-field-kartinka-1">
<div class="field-content">
<img src="/sites/default/files/2017-12/right-banner_1.png" width="292" height="261" alt="" typeof="foaf:Image">
</div>
</div>
</div>
</div>
</div>
</div>
Answer the question
In order to leave comments, you need to log in
The HTML in your example is the output of several Views templates.
I recommend enabling Twig debug and Drupal will tell you in HTML comments what templates you need to create or fix:
https://www.drupal.org/docs/8/theming/twig/debuggi...
https://sqndr.github. io/d8-theming-guide/twig/twig...
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question