(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();
})();
What is Cosplay
Dec 27, 2024
by Wetrose Cosplay
Cosplay is the practice of dressing up as a character from a film, book, video game, or other forms of media like anime and manga. The term is derived from "costume play." Here's a bit more detail:
Origin: Cosplay originated in Japan in the late 20th century, but it has roots in Western fan conventions where costuming was popular.
Purpose: Participants, known as cosplayers, often engage in this activity to show appreciation for the character or franchise they are representing. It's a form of performance art where individuals not only wear costumes but might also mimic the behavior, voice, and mannerisms of the character.
Events: Cosplay is commonly associated with conventions like Comic-Con, where fans gather to celebrate various forms of pop culture. These events feature contests, meetups, and opportunities for cosplayers to showcase their work.
Craftsmanship: Creating a cosplay outfit can involve sewing, prop-making, makeup, wig styling, and sometimes even armor crafting from materials like foam or EVA. The level of detail can vary widely, from simple costumes to highly intricate replicas of characters.
Community: Cosplay has fostered a global community where enthusiasts share tips, collaborate on projects, and support each other in improving their craft. Social media platforms and cosplay-specific websites have been crucial in connecting cosplayers worldwide.
Cultural Impact: Cosplay has significantly influenced fashion, with elements of cosplay appearing in mainstream clothing trends. It also promotes creativity, craftsmanship, and community engagement.
Cosplay is not just about wearing a costume; it's an expressive art form that allows individuals to step into different worlds and identities, even if just for a day.