Home › Forums › Other › Tumblr: How to show caption on image hover › Reply To: Tumblr: How to show caption on image hover
February 26, 2014 at 5:39 pm
#164226
Participant
Right now, the images fade on hover, I think because of that code
{block:iffadedimagesonhover} img{ -webkit-transition: opacity 0.4s linear; opacity: 1; } img:hover{ -webkit-transition: opacity 0.4s linear; opacity: 0.75; } {/block:iffadedimagesonhover}
And from Tumblr’s help, I understand that the code to display captions is:
{block:Caption}{Caption} {/block:Caption}
But I don’t know how to make it show on hover with the image fading :(