Skip to content

Instantly share code, notes, and snippets.

@tobiasfabian
Forked from lucasdidthis/ce_image.css
Last active January 11, 2017 15:50
Show Gist options
  • Save tobiasfabian/9e1637820872e901aab4056ad50e5463 to your computer and use it in GitHub Desktop.
Save tobiasfabian/9e1637820872e901aab4056ad50e5463 to your computer and use it in GitHub Desktop.
Prevent Content-Shifting in Contao with automated proportion-calc (CSS)
figure > span:first-child{
display: block;
}
figure > span:first-child + img{
display: block;
transform: translateY(-100%);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment