Option for setting the caption *inside* the image (instead of below)
-
Perhaps I just didn’t figure out how… but I wish there would be an option to globally set where image captions apear.
Right now they appear left, centered or right aligned below the image (depending on how you set the text to be aligned). It would be super cool to have an option to define if image captions appear below or inside
or aboveimages.
This feature unfortunately only is available for Project Thumbnails right now. Would be great to see the same or a similar treatment for image captions.Similiar to these settings:


All the best!
PS:
If this is already there please point me in the right direction. -
-
-
you could use custom css to have your caption on top of your image
.caption{ transform: translateY(-100%); padding-bottom: 10px; padding-left: 10px; }in lay options -> custom css & html
i think i won't do an extra option for this
-
@arminunruh said in Option for setting the caption *inside* the image (instead of below):
.caption{
transform: translateY(-100%);
padding-bottom: 10px;
padding-left: 10px;
}Thanks @arminunruh!
Yeah, that would work if all my captions would be inside images. I would need that project based, though.