Template:MirrorV
A shorthanded CSS code for vertically mirroring elements inside style attribute. Use it inside the style=""
attribute of HTML elements like other CSS properties.
- Named Parameter
display=
allows to change the CSS display property. It defaults todisplay: inline-block;
When using this template to create the mirrored effect, editors should consider carefully about the accessibility.
- This template does not support IE8 or older browsers. IE8 requires cumbersome calculating of matrices. You may implement it into this template if you know how to translate the formula into Lua.
Examples
[edit]The mirroring happens at the center of the whole object and its effective dimensions will retain the original values of the object as if unmirrored, so you may adjust the position and padding to avoid unwanted overlapping. Use the display=
parameter to further control positioning.
Syntax | Result |
---|---|
*Some mirrored characters:<br /><span style="{{mirrorV}}">A</span> B <span style="{{mirrorV}}">C</span> D
|
|
This is a placeholder image:
|
This is a placeholder image:
It is mirrored. |