Shutterspeed EXIF Data strange
-
Hello,
i′m using your exif data for my photography blog
i get exif data displayed for shutterspeeds like 0.005s which equals 1/200 sec. (also in my picture 1/200 and not 0.005)
could that be changed so that my viewers don′t have to calculate?
thx a lot!
-
Sure thing. We were just wrapping up version 2.2.2 and included the EXIF data manipulations with it.
We determined it might be best to use a common set of shutter speeds as the reference point, should the shutter speed fall below 1 second. In this way we can present shutter speeds such as .0063s, which normally would convert to 1/158.73s, in the more readable/useful form of 1/160s.
They common set of shutter speeds (less than 1 second) included with the plugin are as follows:
1/2, 1/4, 1/8, 1/15, 1/30, 1/40, 1/50, 1/60, 1/80, 1/100, 1/125, 1/160, 1/200, 1/250, 1/320, 1/400, 1/500, 1/640, 1/800, 1/1000, 1/2000, 1/4000, 1/8000If the shutter speed is 1 second or greater, the value is simply rounded to the nearest integer (i.e. 1.12568s -> 1s).
While through the EXIF data points, we noticed the focal length value was too precise in some cases. It now now will round to the nearest integer.
We will likely update the stable tag to version 2.2.2 tonight or tomorrow, but you can go ahead and download it if you wish to try out the fixes before that time.
Let us know what you think if you have the opportunity. Thanks.
thx a lot for the quick reply! just installed 2.2.2
the exif data displays perfectly now.
could be wrong but in the slideshow when you click the arrow for next picture, untill the next picture appears is a bit slower than the previous version now i think
one more question, when you click that arrow, a cyan colored rectangle appears in the right half of the picture, can taht be switched off?
thx a lot!
Glad the EXIF data is more readable and that you were able to test the new version.
The changes we made to the plugin should not have caused the symptoms you are experiencing. The slowness and colored rectangle appearing over the link perhaps instead point toward a browser inspector being open or some accessibility setting being active. The browser inspector allows you to see behind the scenes into the code being executed. That process adds overhead and slows things down as do certain accessibility options.
It might be a good idea to try a different browser to see if the problem vanishes. If so, then open the original browser and make certain only the main window is open and no “code view” is present. If the problem persists, please provide the name of the browser, version and platform (i.e. MacOS, Windows, Linux, etc.) so we can try to replicate it. Regardless, let us know how it turns out.
i have tested again with a different internet connection, looks like my internetspeed at home was slow in the morning, speed is very good now.
Here is a screenshot with the cyan rectangular, the color comes probably from my nirvana theme i installed, this appears when i click the arrow left or right
https://www.flickr.com/photos/stojaphotography/28253286244/in/dateposted/
Good news on the speed. Thanks for the screenshot since it did help clarify the issue considerably. We were able to find your blog and look directly at the source.
It seems there is an inline style for the active pseudo-class for hyperlinks which causes the color to appear when the “next” or “previous” link is clicked in the slideshow viewer. You would either need to remove the style, use a more specific selector or reset the pseudo-class using the appropriate fancybox selectors.
Since you’re using the Jetpack plugin, you may also be using its Custom CSS module, which should make it easy to locate and modify the overriding style.
If you wish to remove the style, search for the following and remove it:
a:active {background-color:#2f9c9a; color:#1d1b1b; }
If you wish to override the style, add the following to the end of the style overrides:
.fancybox-skin > .fancybox-outer > .fancybox-nav:active { background-color: transparent; color: unset; }
We happened to notice the sharing buttons weren’t aligned quite right. Here is a style override to fix the issue
.gallery-item-sharing-buttons > ul { line-height: 1 !important; }
thx so much for your help! the override for the cyan rectangular worked great, its gone ??
the share buttons are still not perfectly alligned though
can the share buttons be placed at the bottom of the picture as well?
one thing ive noticed the exif data is on the left side in the images displayed, can they be set to be in the center?
thx again!
Glad to help. The font-size attribute of the sharing buttons might be getting in the way as well. You could try the following modification to the previous adjustment. In addition, we’ve have added some properties that will put the sharing buttons at the top of the image, extending beyond its border, which might work better than the sharing buttons appearing at the bottom. Feel free to experiment with the style properties to get the desired layout.
.rps-image-gallery-social .gallery-item .gallery-icon .gallery-item-sharing-buttons > ul { font-size: 0 !important; line-height: 1 !important; -moz-transform: translateX(-50%) !important; -ms-transform: translateX(-50%) !important; -webkit-transform: translateX(-50%) !important; transform: translateX(-50%) !important; top: 3px !important;}
To display the slideshow caption in center, you can access your RPS Image Gallery settings under the tab Slideshow. Set the Title Alignment to “Center”. If you are using the gallery shortcode, use the attribute fb_title_align=”center” instead.
thx again for your great help!
the share buttons are now on top which is also better when viewing the images on a smartphone
one question or request:
would love to also have the share buttons in the slideshow window, on the right bottom side so it would look like this https://www.flickr.com/photos/stojaphotography/28273404713/in/dateposted/
that would be absoluetely awesome
nice greets, thx!
You bet. Always happy to help.
Displaying the sharing buttons in the slideshow view is a feature slated for a future release.
We are going to go ahead and mark this topic as resolved, but feel free to open a new topic should the need arise. Thanks for using RPS Image Gallery!
- The topic ‘Shutterspeed EXIF Data strange’ is closed to new replies.