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:
Our team is currently on holiday, so support will be limited during this period. Response times may be slower than usual, and some inquiries may be delayed. We appreciate your patience and understanding, and we’ll resume our usual support by the end of August.
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; }