If you only store images in your files section you could do something like this: $page->files()->first() or loop through an array of files and limit it $page->myfield()->toFiles()->limit(1)
Well i know it, but i meant isn’t there like possibility when you create blog, to make like options to choose layout automatically so it adjust by itself
You can set up options in the Panel and then create templates that respect those options, but the templates won’t adapt magically unless you make them so.
Or check if there are themes that already implement such options if you don’t want to create stuff yourself.