Created
September 8, 2022 15:38
-
-
Save clarkhacks/334b1f5e189d860bd453f27e49c4779e to your computer and use it in GitHub Desktop.
WebLense demos.
This file contains 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
<img src="#" alt="" weblense-src="400x600,https://clark.today/" id="profile"> | |
<img src="#" alt="" weblense-src="400x600,https://clark.today/" id="test"> | |
<script src="https://js.weblense.co/weblense.min.js"></script> | |
<script> | |
webLense.load(); // Load all images | |
webLense.loadById("profile"); // Load by ID only | |
</script> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment