Update README.md
Browse files
README.md
CHANGED
@@ -43,8 +43,8 @@ methodology, and benchmark performance.
|
|
43 |
}
|
44 |
/* 只影响 vbench.png */
|
45 |
.i2v_training_pipeline {
|
46 |
-
width:
|
47 |
-
height:
|
48 |
object-fit: contain; /* 让图片完整显示,不裁剪 */
|
49 |
}
|
50 |
</style>
|
|
|
43 |
}
|
44 |
/* 只影响 vbench.png */
|
45 |
.i2v_training_pipeline {
|
46 |
+
width: 1570px !important;
|
47 |
+
height: 1396px !important;
|
48 |
object-fit: contain; /* 让图片完整显示,不裁剪 */
|
49 |
}
|
50 |
</style>
|