Responsive Images with w_auto

by Shirly Manor

HTML

<script src="https://cdnjs.cloudflare.com/ajax/libs/cloudinary-core/2.4.0/cloudinary-core-shrinkwrap.min.js"></script>
<img data-src="https://res.cloudinary.com/shirlym/image/upload/f_auto,q_auto,w_auto,dpr_auto/v1/usingcloudinary/converse-26311c01ee192860f49c2c2141d3ef25" class="cld-responsive" />

CSS

</style>
<meta http-equiv="Accept-CH" content="DPR, Viewport-Width, Width">
<style>

JavaScript

var cl = cloudinary.Cloudinary.new({cloud_name: "shirlym"}); 
// replace 'demo' with your cloud name in the line above 
cl.responsive();