Specify width for IMG component as equal to page project page width
All checks were successful
Build and Deploy to Web Server / deploy (push) Successful in 4m29s
All checks were successful
Build and Deploy to Web Server / deploy (push) Successful in 4m29s
This commit is contained in:
@@ -10,7 +10,7 @@ const image = getImageByPath(src);
|
||||
{
|
||||
image && (
|
||||
<div class="my-8">
|
||||
<Image src={image} alt={alt} />
|
||||
<Image src={image} alt={alt} width={896} />
|
||||
<div class="mt-2 block w-full text-center text-sm italic">{alt}</div>
|
||||
</div>
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user