When I add an image to a page, a thumbnail file is created at “/thumbs/page” folder. And the file’s dimensions are 75,75px. But I want to change these sizes. Actually I don’t want to crop images. Want only change the width and calculate height automaticaly. Generally and specific for a page.
I want to create thumbnails automatically when I add image in the panel. Then I can use them in the front-end. If I create thumbs in the front-end, then the generation could happen every time when the user visit the page? I really don’t get it.
No, the thumbnail is only created if it does not exist yet, not every time the page is reloaded. You can of course use a hook to automatically create the thumbs on file upload/replace: https://getkirby.com/docs/developer-guide/advanced/hooks