• On the static front page of my site at australianurbangolf.com the pictures in the table re-size to be very small.

    I have noticed that there is no HTML method to override this re-sizing.

    How can this be rectified?

Viewing 2 replies - 1 through 2 (of 2 total)
  • This doesn’t sound like a theme-related issue, but let’s see if I can give you some tips on laying out images in your site. ??

    First thing to keep in mind is that in modern web development we don’t use tables for laying out images – a much better way is to use CSS.

    Here’s a handy tutorial for getting started:

    https://alistapart.com/article/practicalcss/

    Which specific images are being displayed smaller than you want?

    Your shop/video/events images are currently set to 250px wide. If that’s smaller than you want, try changing the images’ dimensions in the image editor.

    The other thing to keep in mind is that you’ve placed three images in three table cells side-by-side. The 250px size of each image is actually good in this case, because it means the three images fit side-by-side without stretching out your column too wide. If you forced the images to be larger while remaining in those table cells, your page layout would break.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘images automatically resizing in pages’ is closed to new replies.