본문 바로가기
기타

컨플루언스 아바타 크게 보기

by 앗사비 2022. 5. 20.
728x90

대메뉴 '사람'에서만 크게 보기

 

* 사용자 HTML > 바디 끝나는 부분에 자바스크립트로 추가

* 제이쿼리 사용해야 그나마 제대로 동작

* 아바타 픽셀 사이즈가 짝수가 되면 흐려보임

 

if (window.location.href.indexOf("browsepeople") + window.location.href.indexOf("dopeopledirectorysearch")) {
    $("#peoplelist .userLogo, #peoplelist .img.userLogo").css({ width: "91px", height: "91px" });
    $("#peoplelist .aui-avatar.aui-avatar-large, #peoplelist .aui-avatar-inner").css({ width: "91px", height: "91px", maxWidth: "91px", maxHeight: "91px" });
    $("#peoplelist .profile-macro .vcard .values").css({ width: "180px" });
}
728x90