게시판 에디터 사진넘치는거 수정

This commit is contained in:
dyhj625 2025-03-13 10:21:20 +09:00
parent fabb1c2c3f
commit 4a5ab6238c

View File

@ -796,3 +796,9 @@
fetchComments(); fetchComments();
}); });
</script> </script>
<style>
.board-content img {
max-width: 100%;
height: auto;
}
</style>