Display image title and description in the same row
-
Hello,
is it possible to display the image title and description in the same row?
I’ve tried this, but it shows only the image title.
var imageMarkup = '<div class="mfp-figure">' + '<div class="mfp-close"></div>' + '<div class="mfp-img"></div>' + '<div class="mfp-bottom-bar">' + '<div class="mfp-title">' + '<span class="mfp-description"></span></div>' + '<div class="mfp-copyright"></div>' + '<div class="mfp-counter"></div>' + '</div>' + '</div>';
Any solution?
Thank you.
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Display image title and description in the same row’ is closed to new replies.