(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();
})();
Garbage Bag Kakashi (ghetto) Cosplay
Aug 17, 2022
by TsangShireen
Garbage Bag Kakashi (ghetto) of Naruto / Ghetto
view Anne Packrat's Cosplay Lab profile
Category: Anime
Completed: 100%
Cost: $ US5
Hours to Make: 5-10
First worn at: Ikasucon 2005
Inspiration: We were doing ghetto Naruto outfits, and dammit I wanted to do Kakashi. I ended up being the only one doing it though. Photo provided by Kevin Lilliard of Fansview. Thanks, Kevin! I doubt I'll ever wear this again, but it's another fine garbage bag outfit from ZOMG cosplay.
Favorite Aspect: Duct tape headband turned out well.
Least Favorite Aspect: I needed more garbage bags for the white wig.
Easiest Task: Drawing symbol on the headband.
Hardest Task: Cutting out and keeping in check the "wig".