<?xml version="1.0" encoding="UTF-8" ?><oembed><version>1.0</version><provider_name>JR-Photo.be</provider_name><provider_url>https://blog.jr-photo.be</provider_url><author_name>jr-photo.be</author_name><author_url>https://blog.jr-photo.be/author/jr-photo-be/</author_url><title>Koken - Exif in Lightbox</title><html>If you want to add Exif data to your lightbox image overlay on your koken photo website, you can do it easily by editing the default &lt;strong&gt;&lt;em&gt;lightbox.css&lt;/em&gt;&lt;/strong&gt; file that can be find in the following path: &lt;em&gt;&lt;strong&gt;/app/site/themes/common/css/lightbox.css&lt;/strong&gt;&lt;/em&gt;

Exif will be displayed when you press the &quot;&lt;strong&gt;&lt;em&gt;Show caption&lt;/em&gt;&lt;/strong&gt;&quot; button in lightbox.

You can find my edited version of the file in my github:

&lt;a href=&quot;https://github.com/jonathanR79/koken-lightbox-exif/&quot; target=&quot;_blank&quot; rel=&quot;noopener&quot;&gt;https://github.com/jonathanR79/koken-lightbox-exif/&lt;/a&gt;

Or you can edit the file as follow

&lt;code&gt;&lt;div class=&quot;caption&quot; style=&quot;display:none&quot;&gt;&lt;/code&gt;
&lt;em&gt;&lt;strong&gt;&lt;code&gt; &lt;h3&gt;{{ content.title }}&lt;/h3&gt;&lt;/code&gt;&lt;/strong&gt;&lt;/em&gt;
&lt;em&gt;&lt;strong&gt; &lt;code&gt; &amp;nbsp;&lt;/code&gt;&lt;/strong&gt;&lt;/em&gt;
&lt;em&gt;&lt;strong&gt; &lt;code&gt; {{ content.caption }}&lt;/code&gt;&lt;/strong&gt;&lt;/em&gt;
&lt;code&gt; &lt;strong&gt;&lt;em&gt;&lt;br&gt;&lt;/em&gt;&lt;/strong&gt;&lt;/code&gt;
&lt;code&gt; &lt;strong&gt;&lt;em&gt; &lt;koken:exif&gt;&lt;/em&gt;&lt;/strong&gt;&lt;/code&gt;
&lt;code&gt; &lt;strong&gt;&lt;em&gt; &lt;koken:not empty=&quot;exif.make&quot;&gt;&lt;/em&gt;&lt;/strong&gt;&lt;/code&gt;
&lt;code&gt; &lt;strong&gt;&lt;em&gt; {{ exif.make }}&lt;/em&gt;&lt;/strong&gt;&lt;/code&gt;
&lt;code&gt; &lt;strong&gt;&lt;em&gt; &lt;/koken:not&gt;&lt;/em&gt;&lt;/strong&gt;&lt;/code&gt;
&lt;code&gt; &lt;strong&gt;&lt;em&gt; &lt;koken:not empty=&quot;exif.model&quot;&gt;&lt;/em&gt;&lt;/strong&gt;&lt;/code&gt;
&lt;code&gt; &lt;strong&gt;&lt;em&gt; {{ exif.model }},&lt;/em&gt;&lt;/strong&gt;&lt;/code&gt;
&lt;code&gt; &lt;strong&gt;&lt;em&gt; &lt;/koken:not&gt;&lt;/em&gt;&lt;/strong&gt;&lt;/code&gt;
&lt;code&gt; &lt;strong&gt;&lt;em&gt; &lt;koken:not empty=&quot;exif.exposure&quot;&gt;&lt;/em&gt;&lt;/strong&gt;&lt;/code&gt;
&lt;code&gt; &lt;strong&gt;&lt;em&gt; {{ exif.exposure }},&lt;/em&gt;&lt;/strong&gt;&lt;/code&gt;
&lt;code&gt; &lt;strong&gt;&lt;em&gt; &lt;/koken:not&gt;&lt;/em&gt;&lt;/strong&gt;&lt;/code&gt;
&lt;code&gt; &lt;strong&gt;&lt;em&gt; &lt;koken:not empty=&quot;exif.aperture&quot;&gt;&lt;/em&gt;&lt;/strong&gt;&lt;/code&gt;
&lt;code&gt; &lt;strong&gt;&lt;em&gt; {{ exif.aperture }},&lt;/em&gt;&lt;/strong&gt;&lt;/code&gt;
&lt;code&gt; &lt;strong&gt;&lt;em&gt; &lt;/koken:not&gt;&lt;/em&gt;&lt;/strong&gt;&lt;/code&gt;
&lt;code&gt; &lt;strong&gt;&lt;em&gt; &lt;koken:not empty=&quot;exif.focal_length&quot;&gt;&lt;/em&gt;&lt;/strong&gt;&lt;/code&gt;
&lt;code&gt; &lt;strong&gt;&lt;em&gt; {{ exif.focal_length }},&lt;/em&gt;&lt;/strong&gt;&lt;/code&gt;
&lt;code&gt; &lt;strong&gt;&lt;em&gt; &lt;/koken:not&gt;&lt;/em&gt;&lt;/strong&gt;&lt;/code&gt;
&lt;code&gt; &lt;strong&gt;&lt;em&gt; &lt;koken:not empty=&quot;exif.iso_speed_ratings&quot;&gt;&lt;/em&gt;&lt;/strong&gt;&lt;/code&gt;
&lt;code&gt; &lt;strong&gt;&lt;em&gt; {{ exif.iso_speed_ratings }}&lt;/em&gt;&lt;/strong&gt;&lt;/code&gt;
&lt;code&gt; &lt;strong&gt;&lt;em&gt; &lt;/koken:not&gt;&lt;/em&gt;&lt;/strong&gt;&lt;/code&gt;
&lt;code&gt; &lt;strong&gt;&lt;em&gt; &lt;/koken:exif&gt;&lt;/em&gt;&lt;/strong&gt;&lt;/code&gt;
&lt;code&gt; &lt;/div&gt;&lt;/code&gt;</html><type>rich</type></oembed>