Posts by Daniel Castro • 1 point
2 posts
-
0
votes2
answers88
viewsQ: How video sharing sites perform autoplay with audio on Chrome
google Chrome (desktop) has policies that block the autoplay of videos with audio on: https://developers.google.com/web/updates/2017/09/autoplay-policy-changes#new-Behaviors But video sharing sites,…
-
0
votes1
answer78
viewsQ: Make the width of the <ul> equal to the width of an image inside a <li> of the <ul>
I have a ul, inside it has 3 li, inside one of these li has an image, I wonder if it has a method via css to make the width of ul equal the width of the image. (without changing the width of the…