【发布时间】:2017-08-17 06:01:09
【问题描述】:
【问题讨论】:
标签: jquery google-maps google-maps-api-3
【问题讨论】:
标签: jquery google-maps google-maps-api-3
如果图像是<img src=''> 标签,则尝试应用其中一个 css
HTML
<img class="round_img" src="your image">
CSS
.round_img {
border:1px solid blue;
border-radius: 50%;
max-width:200px;
}
或
.round_img {
border-radius: 50%;
}
【讨论】: