Text-to-Video
hecui102 commited on
Commit
7a410ba
·
verified ·
1 Parent(s): 8304b82

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -4
README.md CHANGED
@@ -33,17 +33,17 @@ This implementation is released to promote further research and innovation in th
33
  text-align: center;
34
  padding: 0px;
35
  vertical-align: middle;
36
- width: 384px; /* 每列宽度固定 */
37
  }
38
  tr.text-row {
39
  height: 30px; /* 文字行高度 */
40
  }
41
  tr.image-row {
42
- height: 240px; /* 图片行高度 */
43
  }
44
  img {
45
- width: 384px;
46
- height: 240px;
47
  object-fit: cover;
48
  }
49
  </style>
 
33
  text-align: center;
34
  padding: 0px;
35
  vertical-align: middle;
36
+ width: 256px; /* 每列宽度固定 */
37
  }
38
  tr.text-row {
39
  height: 30px; /* 文字行高度 */
40
  }
41
  tr.image-row {
42
+ height: 160px; /* 图片行高度 */
43
  }
44
  img {
45
+ width: 256px;
46
+ height: 160px;
47
  object-fit: cover;
48
  }
49
  </style>