PK Y\ ma-lightbox-gallery.cccomp PK X Yc$ $ component.json$R{"UUID":"92117c9b-511f-49a7-b380-db2f898cb7e4","additional_states":{"Container":{"accordion-opened":{"character":".","name":"Open Accordion","value":"accordion-opened"},"accordion-toggle-btn-active":{"character":".","name":"Accordion Button Active","value":"accordion-toggle-btn-active"},"nth-child()":{"character":":","name":"Nth Child","value":"nth-child()"},"opened":{"character":".","name":"Opened Colap Header","value":"opened"},"outofview":{"character":".","name":"Out of View","value":"outofview"}},"HTML Element":{"outofview":{"character":".","name":"Out of View","value":"outofview"}},"Picture Link":{"outofview":{"character":".","name":"Out of View","value":"outofview"}}},"appBuildInfo":"RSD 5.0.3541","appId":"RSD","appVersion":3541,"buildNumber":5982,"component_resources":{"classes":5,"file_sizes_values":[2123507,0,0],"file_type_values":[16,0,0],"html_elements":1,"ids":0,"links_external":0,"links_internal":9,"local_files":"16 (local size 2,03 MB)","styled_breakpoints":"600px / 601px"},"description":"Your component description","element_name":"Container","framework":"materialize","html":"
","htmlembed":{"4":"\n\n\n\n\n\n"},"mobile_first":true,"name":"ma-lightbox-gallery","resources":{"./images/calves.jpg":{"breakpoints":{},"elements":{"counter":0},"pictures":{"default":1},"type":"image"},"./images/easter-lily.jpg":{"breakpoints":{},"elements":{"counter":0},"pictures":{"default":1},"type":"image"},"./images/evening-arendal.jpg":{"breakpoints":{},"elements":{"counter":0},"pictures":{"default":1},"type":"image"},"./images/hepatica-nobilis.jpg":{"breakpoints":{},"elements":{"counter":0},"pictures":{"default":1},"type":"image"},"./images/july.jpg":{"breakpoints":{},"elements":{"counter":0},"pictures":{"default":1},"type":"image"},"./images/orange-gerbera.jpg":{"breakpoints":{},"elements":{"counter":0},"pictures":{"default":1},"type":"image"},"./images/orange-rose.jpg":{"breakpoints":{},"elements":{"counter":0},"pictures":{"default":1},"type":"image"},"./images/pink-rose.jpg":{"breakpoints":{},"elements":{"counter":0},"pictures":{"default":1},"type":"image"},"./images/swan-family.jpg":{"breakpoints":{},"elements":{"counter":0},"pictures":{"default":1},"type":"image"},"css/lightbox.css":{"breakpoints":{},"elements":{"counter":1},"pictures":{},"type":"image"},"images/close.png":{"breakpoints":{},"elements":{"counter":1},"pictures":{},"type":"image"},"images/loading.gif":{"breakpoints":{},"elements":{"counter":1},"pictures":{},"type":"image"},"images/next.png":{"breakpoints":{},"elements":{"counter":1},"pictures":{},"type":"image"},"images/prev.png":{"breakpoints":{},"elements":{"counter":1},"pictures":{},"type":"image"},"js/lightbox-plus-jquery.js":{"breakpoints":{},"elements":{"counter":1},"pictures":{},"type":"image"},"js/lightbox.js":{"breakpoints":{},"elements":{"counter":1},"pictures":{},"type":"image"}},"stylesheet":".container-grid {\n position:relative;\n}\n\n.container-grid.lightbox2-container {\n box-sizing:border-box;\n}\n\n.container-grid.multiple-images {\n display:flex;\n flex-wrap:wrap;\n padding-top:10px;\n margin-right:auto;\n margin-left:auto;\n box-sizing:border-box;\n justify-content:space-around;\n max-width:1000px;\n}\n\n.container-grid.picture-container {\n display:flex;\n justify-content:center;\n max-width:70%;\n padding-right:5px;\n padding-left:5px;\n position:relative;\n box-sizing:border-box;\n}\n\na.responsive-picture.lightbox2-image {\n max-width:none;\n margin-top:5px;\n margin-bottom:5px;\n}\n\n.html-element.may-be-deleted {\n display:none;\n}\n\n@supports (display: grid) {\n .container-grid {\n position:relative;\n }\n}\n\n@media screen and (min-width: 37.5rem) {\n .container-grid.picture-container {\n max-width:33%;\n padding-right:10px;\n padding-left:10px;\n }\n\n .html-element.may-be-deleted {\n display:none;\n }\n}\n\n@media screen and (min-width: 37.5625rem) {\n .container-grid.picture-container {\n padding-right:5px;\n padding-left:5px;\n }\n}","timestamp":1723220778960,"type":"Container","units":"rem"} PK X Y\ resources/css/lightbox.css body.lb-disable-scrolling { overflow: hidden; } .lightboxOverlay { position: absolute; top: 0; left: 0; z-index: 9999; background-color: black; filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80); opacity: 0.8; display: none; } .lightbox { position: absolute; left: 0; width: 100%; z-index: 10000; text-align: center; line-height: 0; font-weight: normal; outline: none; } .lightbox .lb-image { display: block; height: auto; max-width: inherit; max-height: none; border-radius: 3px; /* Image border */ border: 4px solid white; } .lightbox a img { border: none; } .lb-outerContainer { position: relative; *zoom: 1; width: 250px; height: 250px; margin: 0 auto; border-radius: 4px; /* Background color behind image. This is visible during transitions. */ background-color: white; } .lb-outerContainer:after { content: ""; display: table; clear: both; } .lb-loader { position: absolute; top: 43%; left: 0; height: 25%; width: 100%; text-align: center; line-height: 0; } .lb-cancel { display: block; width: 32px; height: 32px; margin: 0 auto; background: url(../images/loading.gif) no-repeat; } .lb-nav { position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; } .lb-container > .nav { left: 0; } .lb-nav a { outline: none; background-image: url('data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw=='); } .lb-prev, .lb-next { height: 100%; cursor: pointer; display: block; } .lb-nav a.lb-prev { width: 34%; left: 0; float: left; background: url(../images/prev.png) left 48% no-repeat; filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0); opacity: 0; -webkit-transition: opacity 0.6s; -moz-transition: opacity 0.6s; -o-transition: opacity 0.6s; transition: opacity 0.6s; } .lb-nav a.lb-prev:hover { filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100); opacity: 1; } .lb-nav a.lb-next { width: 64%; right: 0; float: right; background: url(../images/next.png) right 48% no-repeat; filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0); opacity: 0; -webkit-transition: opacity 0.6s; -moz-transition: opacity 0.6s; -o-transition: opacity 0.6s; transition: opacity 0.6s; } .lb-nav a.lb-next:hover { filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100); opacity: 1; } .lb-dataContainer { margin: 0 auto; padding-top: 5px; *zoom: 1; width: 100%; border-bottom-left-radius: 4px; border-bottom-right-radius: 4px; } .lb-dataContainer:after { content: ""; display: table; clear: both; } .lb-data { padding: 0 4px; color: #ccc; } .lb-data .lb-details { width: 85%; float: left; text-align: left; line-height: 1.1em; } .lb-data .lb-caption { font-size: 13px; font-weight: bold; line-height: 1em; } .lb-data .lb-caption a { color: #4ae; } .lb-data .lb-number { display: block; clear: left; padding-bottom: 1em; font-size: 12px; color: #999999; } .lb-data .lb-close { display: block; float: right; width: 30px; height: 30px; background: url(../images/close.png) top right no-repeat; text-align: right; outline: none; filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70); opacity: 0.7; -webkit-transition: opacity 0.2s; -moz-transition: opacity 0.2s; -o-transition: opacity 0.2s; transition: opacity 0.2s; } .lb-data .lb-close:hover { cursor: pointer; filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100); opacity: 1; } PK X YIƮi i resources/images/calves.jpg 2Exif II* ( 1 2 ; i @ Canon Canon EOS 90D $ ' $ ' Adobe Photoshop 22.1 (Windows) 2020:12:09 21:43:57 Inger Eik inger.eik@gmail.com # " ' 0 2 0231 " * 2 : B J R Z 97 97 X X b j 1 r 2 4 5 ? 2020:10:09 16:47:31 2020:10:09 16:47:31 +02:00 +02:00 +02:00 Ho @B Q @B d 2 v v 083052003628 2 2 EF50mm f/1.8 II 0000000000 ( . H H Adobe_CM Adobe d " ? 3 !1AQa"q2B#$Rb34rC%Scs5&DTdE£t6UeuF'Vfv7GWgw 5 !1AQaq"2B#R3$brCScs4%&5DTdEU6teuFVfv'7GWgw ? 77f@.^d鸕Imqt.X 54T@S[+glDx\ʥtL Gmos\恳t'øJA-vsq#B4fDqǞ %h_qr+2[8&Z?Ic5;n1)3= H=g@Uosɝ_a{]u=ߓѝ]m ʹ Dߤ~&~Ak"%Pc IH;_!Vɹ5c3c['[V56}wZ7?\lq{z=z宝tktˎjR_ݏ 連; װ:n3Üߣ]n~v+Yc]쮆HOl{H Ye. _sQVC>_"I ud6YS G-Q>?2f/4/s5dmA} soMzX%`pcϯKb#1E$;gQPvUu]f gS~}W,KHmc;u-/m{j6X敮wY.k;WVǹ ~bj/䇍̲^`s]k6O :~;3q%n1?n /aE`WSNֿwE t'WT F˝P^ ݯms7~~۪]guce]-=lEHWel M+kɐ@ѻwӟ +ehc[xoۻnwT̏c)?R 5ꬒX c ݷbXlp"aۿIZ[,mL{r]N?Idc=ZJ e뽨§W'v8;`TLqL`~jD78 d6Nw0B us`3$ K]+ @i9ޘ#Qcc"L jU[u&3hph tQgYX^@%۽o?OHZa^ [ZQYF 7W R,Ik+.,q۽c(%a88Wr_2̲کX%C涶 ?UY.0 GvK6ݻuFa܆^8;{]_'4acYGf/{nݻPK?T ./p^%-,`qcc\ 7OzĬT gԺA ~}/-sc}6&w*>@ Ts-۫cvD1U~"w_ I}z^HcM4Zd}c7zOI^ιcd7-nةߝk=Ow7dAos{ڽ2Ǯ"ky{9q8Ԁ#_[ŭF(鰴>&^{lv6U&~gׄS.sȰݮi Ke42Ԥ177Vm"C kS_5v3nc7=c{wl:\kA]l GVxj8Rt҂*iP"Λo/}/o҇`?{ukfE5ʏ,`eAܒB9ך-%_Tshc=Cc]][u 5 Y^A=̲{U\ k},Nmn}%Խ{\vesTnKkƶ=ƏE ZuVӫ}wZ4 il9V+8 mv>8ٻ~'o1{ݮ,osZۻvݖMwl5NsKk6\=:p=ð[