trzalica [Oct 5th at 12:37 AM] Hi all! I wrote an article about how I use Responsive images in PL/Drupal... Maybe it will be helpful to some of you who are using/planing to use Pattern Lab in your projects. mosaicwebsites.com/blog/responsive-images-emulsify-pl-theme-easy-way
64 replies
danny_englander [6 days ago]
@trzalica Excellent. So if I understand this correctly, your first block of code (which has things like "responsive_image_base_class": your_component_variable_name_image_base_class,
) that defines everything would appear in a Pattern Lab Twig file, say card.twig
for example. Then your second block of code i.e. {{ content.field_machine_name_of_responsive_image_field[0] }}
would be part of an embed on the Drupal side in a drupal twig template?