D
D
Diwersant2020-06-28 11:27:08
Web development
Diwersant, 2020-06-28 11:27:08

Owl carousel - graphics optimization. mobile and desktop version of the picture?

how to attach such code to Owl carousel, it doesn't work when added

<picture>
  <source srcset="image-full.png" media="(max-width: 100px)">
  <source srcset="image-medium.png" media="(max-width: 600px)">
  <source srcset="image-small.png" media="(max-width: 300px)">
  <img src="image-full.png" alt="slider">
</picture>

Answer the question

In order to leave comments, you need to log in

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question