gnuboard / g6

파이썬 게시판 그누보드6 : GNUBOARD6 is Python CMS with fastapi

Home Page:https://sir.kr

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

게시글 첨부 이미지 확대 보기 추가 필요

supwayb opened this issue · comments

첨부 이미지 확대 보기 추가가 필요합니다.

$("a.view_image").click(function() {
window.open(this.href, "large_image", "location=yes,links=no,toolbar=no,top=10,left=10,width=10,height=10,resizable=yes,scrollbars=no,status=no");
return false;
});

스크립트는 존재하나 실제 작동은 안됩니다.

첨부 이미지의 경로로 새 창(별도의 기능 없음)이 뜨도록 수정했습니다. 감사합니다 :)