(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();
})();
Frank West Cosplay
Aug 17, 2022
by TsangShireen
Frank West of Dead Rising
view Basara-kun's Cosplay Lab profile
Category: Video Game
Completed: 100%
Hours to Make: < 5
First worn at: Zombiewalk Bicentenario Chile - 23/10/2010
Inspiration: Dead Rising is the only reason I would buy a XBOX360, is one of my favorite games from Capcom last time. And the opportunity to cosplay him came with the new chilean version of the ZombieWalk (the worldwide massive zombie parade) and I decided for last moment to improvise him. It was a success and I was one of the few survivors and zombie-hunters of all the parade. Awesome experience I would like to repeat in an event...
Favorite Aspect: It's Frank West, just that. He's awesome =D