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
| <div id='mobile-video'> | |
| <a class='btn' href='#'>Show Video</a> | |
| <div class='videos'></div> | |
| </div> | |
| <script type='text/javascript'> | |
| jQuery(document).ready(function($) { | |
| $('.rs-background-video-layer').each(function() { | |
| $('#mobile-video').addClass('visible'); | |
| $('#mobile-video .videos').append('<iframe src="https://www.youtube.com/embed/_fyzXtp1QGw" allow="autoplay; encrypted-media" webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe>'); | |
| }); |
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
| <?php | |
| /* | |
| UPDATED: December 31, 2011. | |
| Modifications: | |
| - Truncated the longest country names, including: | |
| -- British Indian Ocean Territories (Chagos Archipelago) -> British Indian Ocean Territories | |
| -- South Georgia and the South Sandhich Islands -> South Georgia & S. Sandwich Islands |
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
| .navbar | |
| .caret | |
| .label | |
| .table | |
| .img-responsive | |
| .img-rounded | |
| .img-thumbnail | |
| .img-circle | |
| .sr-only | |
| .lead |