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
.videoWrapper { | |
position: relative; | |
padding-bottom: 53.10%; | |
padding-top: 25px; | |
height: 0; | |
} | |
.videoWrapper iframe { | |
position: absolute; | |
top: 0; |
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
/* This hides all thumnails except the 1st one */ | |
.case-studies .gal-yslightb li:not(:first-child) { | |
display: none; | |
} | |
/* Fix the Spacing of the Thumbnail */ | |
.case-studies .gal-yslightb .thumb { | |
height: auto !important; | |
line-height: 1 !important; | |
} |
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> | |
/* | |
Velocity & Aperture Full Screen Header Image | |
-------------------------------------------- | |
Paste into the "Settings > Inject Code" area | |
Delete the Button "Dark / Light" you dont need. | |
*/ | |
html, body { height: 100%; } |
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
{ | |
"za_branch_bank_codes": | |
[ | |
{ | |
"bank_name" : "Absa Bank", | |
"bank_code" : "632005" | |
}, | |
{ | |
"bank_name" : "African Bank", | |
"bank_code" : "430000" |
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
/* | |
Yousemble - Aperture Theme | |
------------------------------ | |
This snippet will allow you to create a full width or fluid slideshow in the "header" position of the Aperture theme | |
NOTE: Any block added to the header will be 100% in width | |
*/ |