How to resize 'Latest Post' thumbnail image in Soho template on Blogger
There is a Blogger feature that allows for resizing and croping of images.
- https://3.bp.blogspot.com/-FAI4RSiR7Tw/WG2ay53zTLI/AAAAAAAAAA4/EwJCSUtphJgv91ttCk0vKycSpH_f1ZbCwCLcB/w490-c/xhpn28ulyn8-toa-heftiba.jpg
is the square version of
- https://3.bp.blogspot.com/-FAI4RSiR7Tw/WG2ay53zTLI/AAAAAAAAAA4/EwJCSUtphJgv91ttCk0vKycSpH_f1ZbCwCLcB/w490/xhpn28ulyn8-toa-heftiba.jpg
/w490/ indicates that the image max width is 490px -c indicates a centered crop.
If you want to indicate a max height instead of max width then replace the w for h.
You can also indicate the height and with of the image like this:
- https://3.bp.blogspot.com/-FAI4RSiR7Tw/WG2ay53zTLI/AAAAAAAAAA4/EwJCSUtphJgv91ttCk0vKycSpH_f1ZbCwCLcB/w600-h900-c/xhpn28ulyn8-toa-heftiba.jpg
/w600-h900-c/ indicates that this image is 600px by 900px cropped.
You should locate the part of your template that displays the thumbnails and replace that code with something like this.
Just replace the 128 for the size that you want.
Com isso você deve procurar "Blogger image resize operator" e você encontrará alguns artigos que o ajudarão a alcançar o que você quer no seu template.
"Blogger image parameters" é outra pesquisa recomendada.
Remembrar de fazer backup do seu template antes de fazer qualquer alteração.
Artigos semelhantes
- Como adicionar tags ao meu blogger blogger
- To set an image to fill 50% of the screen on all Android devices, what size of image should I keep in a resource folder?
- How to detect an object from static image and crop it from the image using openCV
- Existe alguma ferramenta para gerar screenshots da App Store para o iPhone e iPad de graça (como qualquer template do Adobe Photoshop)?