From fe09f605939fba309d7ddeb4c7e6ad151a9019d3 Mon Sep 17 00:00:00 2001 From: Ohad Benita <30605246+ohadbenita@users.noreply.github.com> Date: Tue, 31 Aug 2021 16:57:43 +0300 Subject: [PATCH] Picture-elements markdown: Add `transform:none`. (#19147) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Joakim Sørensen --- source/_lovelace/picture-elements.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_lovelace/picture-elements.markdown b/source/_lovelace/picture-elements.markdown index 8fe22b78b8c..3106d43df10 100644 --- a/source/_lovelace/picture-elements.markdown +++ b/source/_lovelace/picture-elements.markdown @@ -435,7 +435,7 @@ user: ### How to use the style object Position and style your elements using [CSS](https://developer.mozilla.org/en-US/docs/Web/CSS). More/other keys are also possible. -Note, the default style for most elements includes [translate](https://developer.mozilla.org/en-US/docs/Web/CSS/transform-function/translate)(-50%, -50%), which means that the coordinates you provide will set the position of the center of the element. +Note, the default style for most elements includes [translate](https://developer.mozilla.org/en-US/docs/Web/CSS/transform-function/translate)(-50%, -50%), which means that the coordinates you provide will set the position of the center of the element. Use `transform: none` to disable this behavior. ```yaml style: