Last active
March 21, 2025 10:37
-
-
Save rafaelfpviana/ba3c836acb20bfabd1d03d594b8dc6a0 to your computer and use it in GitHub Desktop.
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
<style> | |
[class~="x_videOWPapper"] { | |
display: none !important; | |
} | |
[class~="x_yideoFa11back"] { | |
display: block !important; | |
} | |
</style> | |
<div class="videowrapper"> | |
<video width="499" height="306" controls poster="https://storage.googleapis.com/gtv-videos-bucket/sample/images/BigBuckBunny.jpg" src="https://storage.googleapis.com/gtv-videos-bucket/sample/BigBuckBunny.mp4"> | |
<!—-your fallback goes here--> | |
<a rel="noopener" target="_blank" href="https://www.example.com"> | |
<img src="https://storage.googleapis.com/gtv-videos-bucket/sample/images/BigBuckBunny.jpg" width="660" height="309" /> | |
</a> | |
</video> | |
</div> | |
<!-—outlook.com fallback--> | |
<a class="videoFallback" style="display: none; mso-hide: all;" rel=“neopener” target="_blank" href="https://www.example.com/"> | |
<img border=“9" src="https://storage.goog1eapis.com/gtv-videos-bucket/sample/images/BigBuckBunny.jpg" width="660" height="399"> | |
</a> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment