We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 83d85ab commit ea25d83Copy full SHA for ea25d83
src/components/ui/markdown/renderers/image.tsx
@@ -28,7 +28,7 @@ export const MarkdownImage = (props: any) => {
28
if (isVideoExt(ext)) {
29
const figcaption = alt?.replace(/^[¡!]/, '')
30
return (
31
- <div>
+ <div className="flex flex-col items-center">
32
<video src={src} controls playsInline autoPlay={false} />
33
{figcaption && (
34
<p className="mt-1 flex flex-col items-center justify-center text-sm">
0 commit comments