app/template/default/Block/home_mv.twig line 1

Open in your IDE?
  1. <h1 class="p-home-mv">
  2.   <picture>
  3.     <source media="(min-width: 600px)" srcset="{{ asset('assets/img/top/mv.webp') }}" width="1510" height="540">
  4.     <source media="(max-width: 599px)" srcset="{{ asset('assets/img/top/mv_sp.webp 2x') }}" width="600" height="720">
  5.     <img src="{{ asset('assets/img/top/mv.webp') }}" width="1510" height="540" alt="びわのチカラであなたのカラダをやさしく改善">
  6.   </picture>
  7. </h1>