Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CSS object-fit property do not seems to be working. #19259

Open
ocerman opened this issue Nov 16, 2017 · 1 comment
Open

CSS object-fit property do not seems to be working. #19259

ocerman opened this issue Nov 16, 2017 · 1 comment
Labels
A-layout/inline C-has-manual-testcase I-enhancement No impact; the issue is a missing or proposed feature.

Comments

@ocerman
Copy link

ocerman commented Nov 16, 2017

objfit

<!DOCTYPE html>
<html>
	<head>
		<style>
			img {
				height: 150px;
				width: 300px;
				object-fit: contain;
				background: lightgray;
			}
		</style>
	</head>
	<body>
		<img src="https://upload.wikimedia.org/wikipedia/commons/2/23/Skoda_logo.gif" alt="img">
	</body>
</html>
@emilio
Copy link
Member

emilio commented Nov 16, 2017

Yeah, we don't implement or even parse this property, so this is expected.

@KiChjang KiChjang added the I-enhancement No impact; the issue is a missing or proposed feature. label Nov 16, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-layout/inline C-has-manual-testcase I-enhancement No impact; the issue is a missing or proposed feature.
Projects
None yet
Development

No branches or pull requests

4 participants