(function(){
let w = window.innerWidth;
function setHeaderCssVar() {
const headerEle = document.getElementById('shoplaza-section-header');
if(!headerEle){ return };
document.body.style.setProperty('--window-height', `${window.innerHeight}px`);
document.body.style.setProperty('--header-height', `${headerEle.clientHeight}px`);
const mdScorllHideEle = headerEle.querySelector('.header__mobile .header__scroll_hide');
if (mdScorllHideEle) {
document.body.style.setProperty('--header-scroll-hide-height-md', `${mdScorllHideEle.clientHeight}px`);
}
const pcScorllHideEle = headerEle.querySelector('.header__desktop .header__scroll_hide');
if (pcScorllHideEle) {
document.body.style.setProperty('--header-scroll-hide-height-pc', `${pcScorllHideEle.clientHeight}px`);
}
}
function handlResize() {
if(w == window.innerWidth){return};
w = window.innerWidth;
setHeaderCssVar();
};
function init(){
setHeaderCssVar();
window.removeEventListener('resize', window._theme_header_listener)
window._theme_header_listener = handlResize;
window.addEventListener('resize', window._theme_header_listener);
}
init();
})();
Ganondorf Dragmire
Aug 17, 2022
by YiLiao
Ganondorf Dragmire of Zelda Windwaker
Category: Video Game
Completed: 100%
Cost: $ US15
Hours to Make: 10-20
First worn at: Fanime Con 2004
Inspiration: I love Ganondorf. I LOVE HIM. HAHA. I WIN! e.e this stupid website keeps uploading an old image that I have thus deleted from my hard drive.. grrr...
Favorite Aspect: It's COMFORTABLE. But then again, anything's comfortable in comparison to Ganondorf from Ocarina of Time..
Least Favorite Aspect: It takes a LONG TIME to put on, and the sleeves weigh down the rest of the.. top (?) so we had to tie it on the front as you can see
Easiest Task: Tracing out the design. D: I didn't do the sewing. :(