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
<link rel="stylesheet" href="https://cdn.plyr.io/3.5.6/plyr.css" /> |
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
<script> | |
jQuery('.w-checkbox-input').on('click', function() { | |
jQuery(this).toggleClass('w--redirected-checked'); | |
}); | |
</script> |
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
<!-- Made by https://twitter.com/fat @ https://github.com/fat/zoom.js/ --> | |
<!-- This snippet goes into the head section of your Webflow project --> | |
<link rel="stylesheet" type="text/css" href="https://rileyrichter.github.io/visualdev.fm/blog-with-files/zoom-js/css/zoom.css"> | |
<!-- This snippet goes into the before body section of your page --> | |
<script src="https://rileyrichter.github.io/visualdev.fm/blog-with-files/zoom-js/js/bootstrapmin.js"></script> | |
<script src="https://rileyrichter.github.io/visualdev.fm/blog-with-files/zoom-js/js/zoom.js"></script> |
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
<script> | |
Webflow.push(function() { | |
$(document).on('submit', 'form', function() { | |
// Refresh page after 3000 milliseconds | |
setTimeout(function() { location.reload(true); }, 3000); | |
}); | |
}); | |
</script> |
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
<input type="hidden" name="Item ID" value="YOURCOLLECTIONINFOHERE"> | |
<input type="hidden" name="Item Name" value="YOURCOLLECTIONINFOHERE"> |
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
<style> | |
.embed-container { | |
position: relative; | |
padding-bottom: 56.25%; | |
height: 0; | |
overflow: hidden; | |
max-width: 100%; | |
} | |
.embed-container iframe, .embed-container object, .embed-container embed { | |
position: absolute; |
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
User-agent: * | |
Disallow: /style/ |
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
<style> | |
.list-group .list-group-item:last-child { | |
border-bottom: none; | |
} | |
</style> |
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
<script> | |
function tracking() { | |
ga('send', 'event', 'Category', 'Action', 'Name'); | |
} | |
</script> | |
<a href="#" class="button" onclick="tracking();">Button Text</a> | |
<!-- |
OlderNewer