Is possible change thumbnail size of image? #4348
Unanswered
FabrizioInfante
asked this question in
Q&A
Replies: 3 comments
-
You mean on Index page? |
Beta Was this translation helpful? Give feedback.
0 replies
-
Yes exactly, in the resource index table |
Beta Was this translation helpful? Give feedback.
0 replies
-
For those of you landing here from Google, you can use the methods provided by public function indexWidth(int $width) {}
public function detailWidth(int $detailWidth) {} it also exposes methods for adjusting the aspect ratio: public function rounded() {}
public function squared() {}
public function aspect(string $aspect) {} // I think this accepts tailwind classes HTH |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello everyone,
I'm trying to change size of my image field's thumbnails from 32 to 100. I don't find anything in documentation so I presume to use custom CSS but how?
Beta Was this translation helpful? Give feedback.
All reactions