Add slash for aperture value
This commit is contained in:
parent
79104ac007
commit
471ad79422
@ -16,7 +16,7 @@
|
||||
<p>{{ exif.datetime }}</p>
|
||||
<p>
|
||||
exposure time <strong>{{ exif.ExposureTime.num }}⁄{{ exif.ExposureTime.denom }}</strong> s<br>
|
||||
aperture <strong>f{{ exif.FNumber.f64 }}</strong><br>
|
||||
aperture <strong>f/{{ exif.FNumber.f64 }}</strong><br>
|
||||
iso <strong>{{ exif.PhotographicSensitivity }}</strong><br>
|
||||
resolution <strong>{{ exif.PixelXDimension }}×{{ exif.PixelYDimension }}</strong>
|
||||
</p>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user