Last active
April 10, 2020 18:46
-
-
Save zakhardage/0ca70ccf776d97a27fa11b81c82a74b8 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{%- assign media_padding_top = media.aspect_ratio + 0.08 | divided_by: media.aspect_ratio | times: 100 -%} | |
or | |
{%- assign media_padding_top = 8 | divided_by: media.aspect_ratio | plus: 100 -%} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment