When an image is in a forum post, it seems to be duller, less sharp. But when you hover over it, the image seems to look better. Is there a way to fix this?
For example, look in this thread, hover over a picture and you will see what I mean:
When an image is in a forum post, it seems to be duller, less sharp. But when you hover over it, the image seems to look better. Is there a way to fix this?
For example, look in this thread, hover over a picture and you will see what I mean:
This is formatted with the css opacity (transparency).
You can reverse the hover effect
#wpforo #wpforo-wrap .wpfa-item.wpfa-img, #wpforo #wpforo-wrap .wpforo-post .wpf-right .wpforo-post-content .wpfa-item.wpfa-file { opacity: 1 !important; } #wpforo #wpforo-wrap .wpfa-item.wpfa-img:hover, #wpforo #wpforo-wrap .wpforo-post .wpf-right .wpforo-post-content .wpfa-item.wpfa-file:hover { opacity: 0.9 !important; }