게시판 list 썸네일 이미지 테두리 둥글게 할 수 있을까요?

게시판 list 썸네일 이미지 테두리 둥글게 할 수 있을까요?

QA

게시판 list 썸네일 이미지 테두리 둥글게 할 수 있을까요?

본문

게시판 리스트에 썸네일을 추가했는데 첨부한 이미지가 직각이여서 둥글게 할 수 있을까요?

 

border-radius: 값을 주려고 하는데 어디에 놔도 안되네요ㅠㅠ 도움 부탁드립니다.

 


            <td width="60px">
            <?php
            $thumb = get_list_thumbnail($board['bo_table'], $list[$i]['wr_id'], "100", "100");
            if($thumb['src']) {
               $img_content = '<img src="'.$thumb['src'].'" alt="'.$thumb['alt'].'" width="85" height="85">';
            } else {
               $img_content = '<img src="'.$latest_skin_url.'theme/community/mobile/skin/latest/basic/img/no-image.png" alt="">';
            }
            echo $img_content;
            ?>
            </td>

이 질문에 댓글 쓰기 :

답변 1



$img_content = '<img src="'.$thumb['src'].'" alt="'.$thumb['alt'].'" width="85" height="85" style="border-radius:50px">';

답변을 작성하시기 전에 로그인 해주세요.
전체 27
QA 내용 검색

회원로그인

(주)에스아이알소프트 / 대표:홍석명 / (06211) 서울특별시 강남구 역삼동 707-34 한신인터밸리24 서관 1404호 / E-Mail: admin@sir.kr
사업자등록번호: 217-81-36347 / 통신판매업신고번호:2014-서울강남-02098호 / 개인정보보호책임자:김민섭(minsup@sir.kr)
© SIRSOFT