Luna Lu
Luna Lu
It would be nice to include a variable id with output_helper.html so that I can have multiple live output box
The proposal is to add a new feature, `unsized-media`, which is enabled for all origins by default (default allowlist is `*`) When disabled, image or video elements (e.g. ``, ``,...
Optimized image policy -- image-compression -- what is the best default compression ratio to set to
For details of the policy, see the [explainer](https://github.com/loonybear/feature-policy/blob/images/policies/optimized-images.md#image-compression). Current the policy sets the default compression-ratio to be 10. I did some research on images on the web (randomly selected images,...
This concern was bought up [here](https://github.com/GoogleChrome/samples/issues/627). Images get distorted when using object-fit. @dvoytenko proposed a feasible solution could be forcing object-fit:contain instead of the default object-fit:fill when 'intrinsicsize' is specified.
Updating/removing "intrinsicsize" may potentially cause an image to resize. I think the answer should be yes, since other attributes like "width" "height" can all be added/removed/updated and changing those attributes...
I would like to test that a image's width / height scales with device pixel ratio but its natural width and natural height remains. In Blink layout test, we could...