Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save stephanesdr/b7922f5641fa102d1462aaf35d626893 to your computer and use it in GitHub Desktop.
Save stephanesdr/b7922f5641fa102d1462aaf35d626893 to your computer and use it in GitHub Desktop.
OoohBoi Video Tutorial : Full-height Image Widget in Elementor PRO
/* be sure to copy-paste to the Image Widget Custom CSS panel */
selector,
selector .elementor-widget-container,
selector .elementor-image,
selector .elementor-image > a {
height: 100%;
}
selector .elementor-image img {
object-fit: cover;
object-position: 50% 50%;
height: 100%;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment