[ad_1]
Hello,
After updating the plugin today I experience the following.
Video title: Inside thumbnail options are bugged. Title gets HTML encoded twice therefore not displaying properly.
Shortcode parameter:
showtitle=inside
OR
showtitle=inside_bResult:
<h4 class="ytc_title ytc_title_inside ">Title</h4>
OR
<h4 class="ytc_title ytc_title_inside ytc_title_inside_bottom">Title</h4>Instead of:
<h4 class="ytc_title ytc_title_inside ">Title</h4>
OR
<h4 class="ytc_title ytc_title_inside ytc_title_inside_bottom">Title</h4>
