Skip to content

Instantly share code, notes, and snippets.

@wurwal
Created June 20, 2022 14:49
Show Gist options
  • Save wurwal/5f149d5d4dbb304e63981e0fc3c59ed6 to your computer and use it in GitHub Desktop.
Save wurwal/5f149d5d4dbb304e63981e0fc3c59ed6 to your computer and use it in GitHub Desktop.
replacing <i> elements with svg so that they render within owl carousel on mobile
<!-- 1. add attached "icon-global.svg" to /img/home/icons -->
<!-- 2. replace all instances of below html within div id "owl-cover-usp" -->
<i class="icon-icons_globe waypoint"></i>
<!-- with... -->
<img class="owl-usp-icon" src="img/home/icons/icon-global.svg" alt="USP Icon">
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment