59d5ce18ebImplemented much of polaroid-group galleries now. By default they are centered, image height maxes out at 85% so text should be visible practically always; "h" and "w" can be added for height and width (accept everything that CSS accepts) and if x, y is provided we use position:absolute. There is margin_bottom if all elements are absolute by your choice but I prefer making one centered and default (just chaning its wdth and height using "w" and "h", and others defined as absolute around it. This way the single centered element makes the width of the whole group. I just wanted to note somewhere this trick.Richard Thier2020-03-06 17:09:40 +01:00
ebc1e96c76QUICKFIX: Exchanged 2k and 450p urls in full-image covers as they are the most critical on the fast-path for me now. The current version loads BOTH urls ALWAYS which is awful and not optimized (see network inspector in FF / PM); A real solution would be to use media queries here and only load the appropriate image size according to the display width and such data. That way things could go fast on mobile and on old machines (like my laptop) while still getting 2k plus resolution images for high-end users. Currently I have to use jpg files and it is tolerable this way, but could be made faster as I see on network analysis.Richard Thier2020-03-06 17:05:49 +01:00
c8f3c91fc2Added support for margin_bottom in polaroid-group. Accepts all value CSS accepts (like vw, vh, %, px). Tested.Richard Thier2020-03-06 14:43:19 +01:00
c2ff06cdccAdded overflow: hidden to polaroid link containers or the image. Should not take effect unless some browsers prefer min-width OVER max-width in precedence. Only added for bullet-proofing behaviour is same everywhere.Richard Thier2020-03-06 14:25:48 +01:00
34e3c4b5c8First working version. Without further parameters it uses big polaroid images. Parameters not tested; TODO: likely sizing should be made mandatory when positioning and we should add min-height or height of the link based on the image and text sizes calculated in python jinja2 code.Richard Thier2020-03-04 00:53:06 +01:00
aa3cedeaffFirst version of "polariod-group" section - untested!Richard Thier2020-03-03 20:01:59 +01:00
f52d488ddbFixed layout issues with mobile / tablet views so farRichard Thier2020-02-28 18:23:02 +01:00
4c6d8bd381Revert "Removed email as it was already a bit too much on the navmenu; better for mobile now and email is still there in the "contact" section using mailto"Richard Thier2020-02-28 17:06:26 +01:00
b957204804Removed email as it was already a bit too much on the navmenu; better for mobile now and email is still there in the "contact" section using mailtoRichard Thier2020-02-28 17:05:47 +01:00
92fe0a1a47Further navmenu changes for mobile and table usageRichard Thier2020-02-28 17:04:39 +01:00
0d3cb12430Revert "Revert "Bullet point tags work, but mobile is broken; without it padding too much (not padding but seem so). Maybe will revert this commit...""Richard Thier2020-02-26 13:15:17 +01:00
77cfeafc8cRevert "Bullet point tags work, but mobile is broken; without it padding too much (not padding but seem so). Maybe will revert this commit..."Richard Thier2020-02-24 21:38:46 +01:00
8bbe97e089Bullet point tags work, but mobile is broken; without it padding too much (not padding but seem so). Maybe will revert this commit...Richard Thier2020-02-24 21:33:36 +01:00
aa070b76f7Added "ord" to gallery settings.yaml to order them based on that; fixed crash when no date; REM.: You can mix "ord", "date" and the default ordering now, but you can crash it if you mix these and ord is a number not a string or char! This is because python is dynamically typed and lets you fSck this up... well... you either should always use "ord" now, or use it as "0", "1", ... instead of 0, 1, ...Richard Thier2020-02-24 14:25:05 +01:00
4060eb3edaFixed email showing up when there is no email but facebook settingRichard Thier2020-02-24 14:22:03 +01:00
42e82afb0bAdded email and phone support in navmenu. TODO: language pickerRichard Thier2020-02-15 00:53:31 +01:00
707a0a5ab6The navmenu section - first version working. TODO: email, phone and language pickerRichard Thier2020-02-15 00:04:40 +01:00
139fbf7448First working version for subgal_section. TODO: Only exposure template exists for now; TODO: maybe using more CSS than it should; TODO: Only one subgal section can be on every gallery page - migth be good idea to support more than one and multiple placesRichard Thier2020-02-05 23:37:32 +01:00
b5e72e4578First try implementing subgal_section - TODO: untested; TODO: no difference between levels (back button does not exist now); TODO: When there are no sections at all, we should create index as before?Richard Thier2020-02-05 15:51:43 +01:00
cb49bc5724Added first version of subgal.html for exposure templates to test my future changes. Taken this from the original index page codeRichard Thier2020-02-05 14:57:44 +01:00