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
Add an option to provide a custom HTML template for the caption output with placeholders similar to custom sharing links:
{{caption}} - The image caption
{{exif-camera}} - EXIF information, camera model
{{exif-focal}} - EXIF information, focal length
{{exif-fstop}} - EXIF information, f-stop
{{exif-shutter}} - EXIF information, shutter speed
{{exif-iso}} - EXIF information, ISO
{{exif-date}} - EXIF information, date/time
All EXIF elements would be enclosed in <span> elements as documented to keep compatibility with existing CSS customization (e.h. <span class="pspw__caption__exif_focal">...</span> for {{exif-focal}}.
If no custom template is used, the default format would be:
Add an option to provide a custom HTML template for the caption output with placeholders similar to custom sharing links:
{{caption}} - The image caption
{{exif-camera}} - EXIF information, camera model
{{exif-focal}} - EXIF information, focal length
{{exif-fstop}} - EXIF information, f-stop
{{exif-shutter}} - EXIF information, shutter speed
{{exif-iso}} - EXIF information, ISO
{{exif-date}} - EXIF information, date/time
All EXIF elements would be enclosed in
<span>
elements as documented to keep compatibility with existing CSS customization (e.h.<span class="pspw__caption__exif_focal">...</span>
for {{exif-focal}}.If no custom template is used, the default format would be:
The text was updated successfully, but these errors were encountered: