-
Hi, Apologies if it has been addressed, but I cannot manage to resize images correctly. Or at least, the resizing is not displayed properly on the webpage form. In the But in the webpage format (https://alxlhrnc.github.io/portfolio/2024_EcoTaxa/), the images are in there original sizes. I tried editing the Anything I missed that would force display of the images in native sizes on webpage format? Thanks in advance. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
The template doesn't do much by way of changing the size of images in your content, but the usual HTML attributes should work fine for adjusting the size of the images. In my own site I also just have two different image sizes in some cases since image editing software does a better job of resizing compared to most web browsers. |
Beta Was this translation helpful? Give feedback.
@AlxLhrNc Yes, although if you are using the
img
HTML tags then you should still be able to adjust the height and width via the tag attributes (or CSS for that matter) since the template doesn't make any changes to HTML tags. However, it's generally good practice to keep images files only as large as the need to be for display on the page, and the allow the user to open the larger version on a new page / download, since this helps the page load as quickly as possible and reduces the amount of bandwidth used.