mirror of
https://github.com/Paillat-dev/viralfactory.git
synced 2026-01-02 01:06:19 +00:00
🐛 fix(GoogleStockImageEngine): Center image in frame
This commit is contained in:
@@ -59,7 +59,7 @@ class GoogleStockImageEngine(BaseStockImageEngine):
|
|||||||
img.with_duration(end - start)
|
img.with_duration(end - start)
|
||||||
.with_start(start)
|
.with_start(start)
|
||||||
.with_effects([vfx.Resize(width=max_width)])
|
.with_effects([vfx.Resize(width=max_width)])
|
||||||
.with_position(("center", "top"))
|
.with_position(("center", "center"))
|
||||||
)
|
)
|
||||||
return img
|
return img
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user