Commit b0e6591f9530afe17821ebd285f4122157d879bc
1 parent
edb0ecf2
update
Showing
1 changed file
with
2 additions
and
2 deletions
src/main/resources/templates/page/videoDetail.html
| ... | ... | @@ -216,11 +216,11 @@ |
| 216 | 216 | <a href="javascript:void (0);" |
| 217 | 217 | style="float: left; width: 48%; margin-right: 1%"><img |
| 218 | 218 | th:src="${yuming}+ @{${avImage}}" |
| 219 | - style="height: 100px;width: 100%; " alt="抽帧图"></a> | |
| 219 | + style="width: 100%; " alt="抽帧图"></a> | |
| 220 | 220 | <a href="javascript:void (0);" style="float: left; width: 48%;" |
| 221 | 221 | th:if="${!avImageStat.last}"><img |
| 222 | 222 | th:src="${yuming}+ @{${avsampleImgs[avImageStat.index+1]}}" |
| 223 | - style="height: 100px;width: 100%;" alt="抽帧图"></a> | |
| 223 | + style="width: 100%;" alt="抽帧图"></a> | |
| 224 | 224 | </div> |
| 225 | 225 | </div> |
| 226 | 226 | </div> | ... | ... |