Forum Moderators: not2easy

Message Too Old, No Replies

WebP images inside background

         

toplisek

7:03 pm on May 14, 2021 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member Top Contributors Of The Month



I try to use WebP inside background. How to manage old browsers as it demands

Code:

<picture>
<source type="image/webp" srcset="background.webp">
<source type="image/jpeg" srcset="background.jpg">
<img src="background.jpg" alt="">
</picture>


Code for the background is the following:
style="background-image:url('background.jpg');

How to manage this option using Bootstrap V3?

robzilla

8:18 pm on May 14, 2021 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member Top Contributors Of The Month



You can use the CSS function image-set() [developer.mozilla.org] for this.