Tagged: caption font size, image caption
In the image element, the caption text doesn’t resize on a smaller screen. Is there a quick CSS code for that.
Example: https://cl.ly/0d1g2S0T2Y2t
Thank You.
Nevermind, I think I found the code:
@media only screen and (max-width: 768px){
.av-image-caption-overlay-center{
font-size:16px!important;
}}