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
I want to display the (to me) four most important specs of a photo: Aperture, Focal Length, Shutter Speed and ISO. However, the theme is designed to only have three values next to each other using the col-sm-4 class:
But if you change it to col-sm-3, you get all the quantities next to each other:
Would it be an option to change this in the template? Of course, if you add exposure bias and flash, it will look odd and the 2x3 is then the better option. Of course, an awesome solution would be to check whenever 4 or 6 items are to be displayed and then use either a 3 or 4 column width.
Another thing is the button: If you restrict piwigo to the basic EXIF data, there is not much more to see in this button, just duplicated information.
Thus an option to hide the button would be awesome as well!
The text was updated successfully, but these errors were encountered:
I want to display the (to me) four most important specs of a photo: Aperture, Focal Length, Shutter Speed and ISO. However, the theme is designed to only have three values next to each other using the
col-sm-4
class:piwigo-bootstrap-darkroom/template/picture_info_cards.tpl
Lines 242 to 276 in 83b6ad4
But if you change it to
col-sm-3
, you get all the quantities next to each other:Would it be an option to change this in the template? Of course, if you add exposure bias and flash, it will look odd and the 2x3 is then the better option. Of course, an awesome solution would be to check whenever 4 or 6 items are to be displayed and then use either a 3 or 4 column width.
Another thing is the button: If you restrict piwigo to the basic EXIF data, there is not much more to see in this button, just duplicated information.
Thus an option to hide the button would be awesome as well!
The text was updated successfully, but these errors were encountered: