Skip to content

Commit

Permalink
update gallery text position
Browse files Browse the repository at this point in the history
  • Loading branch information
bastihilger committed Dec 4, 2021
1 parent bf530d9 commit 5b38a44
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/TiptapContentBlocks.php
Original file line number Diff line number Diff line change
Expand Up @@ -56,11 +56,12 @@ function ($matches) {
$html .= '<div class="ttcp-slideshow-slide swiper-slide">';
$html .= '<div class="ttcp-slideshow-image-wrapper"><div class="ttcp-slideshow-image-inner">';
$html .= '<img class="ttcp-slideshow-image" src="'.$slide->src.'" />';
$html .= '</div></div>';
$html .= '<div class="ttcp-slideshow-subtext">';
$html .= '<div class="ttcp-slideshow-caption">'.$slide->caption.'</div>';
$html .= '<div class="ttcp-slideshow-credits">'.$slide->credits.'</div>';
$html .= '</div>';

$html .= '</div></div>';
$html .= '</div>';
}

Expand Down

0 comments on commit 5b38a44

Please sign in to comment.