Ignore Cursor Events

Below you can see our very simple line of CSS. Our class being "ignore". The top gif embed doesn't have a this class but the bottom does. Notice what happens when you hover over or click on both.

<style>
.ignore {
  pointer-events: none;
}
</style>

Classes -
.gif-embed

Classes -
.gif-embed
.ignore
Classes -
.gif-embed
.ignore
Classes -
.gif-embed
.ignore