Created
February 5, 2019 23:20
-
-
Save ovlb/55bf6367aacb3827002de536af7a2cdf to your computer and use it in GitHub Desktop.
KS Video – Hide preview image
This file contains hidden or 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
static showImage($img) { | |
$img.classList.remove('video-container__image--hidden') | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment