You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We are able to set the width of the image preview on the detail page using helper maxWidth e.g. ->maxWidth(900), but not always we want to see every picture as big.
The idea is about to implement ->preview() for image field. When you click on the image preview - currently at a width of 318 pixels (636 pixels for "retina displays") - will come modal with bigger image preview at size set up with helper e.g. ->preview(900).
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
We are able to set the width of the image preview on the detail page using helper maxWidth e.g. ->maxWidth(900), but not always we want to see every picture as big.
The idea is about to implement ->preview() for image field. When you click on the image preview - currently at a width of 318 pixels (636 pixels for "retina displays") - will come modal with bigger image preview at size set up with helper e.g. ->preview(900).
On index page it should work as well :-)
Beta Was this translation helpful? Give feedback.
All reactions