Archived topic
Help With Images On Home Page
3 replies · Started by Jeff on March 26, 2021
Hi
I have created a table of 2 columns and 1 row and inserted them in the relevant boxes at:
https://crazyoverdogs.com/
They appear too small. How do I make them bigger? Also if I insert bigger images, does the table reduce the sizes automatically. I ask this because I want to insert another 3 x 1 table on another page.
Look forward to your valued reply
Jeff
Hi there,
how are you adding the images to the table ?
If inspect the HTML i can see:
<img loading="lazy" width="500" height="450" class="wp-image-2388" style="width: 150px;" ..... rest of details remvoed">
Which has the style="width: 150px;" attribute. Which is controlling the size.
If you can remove that then the image will display at is maximum size of 500px.
David
Sincere thanks for your valued reply. That sorted the problem
Jeff
You're welcome