Hello,
Please try development version of plugin https://downloads.wordpress.org/plugin/easy-youtube-gallery.zip
Then you can try shortcode like this:
[easy_youtube_gallery id=uMK0prafzw0,8Uee_mcxvrw,HcXNPI-IPPM,JvMXVHVr72A,AIXUgtNC4Kc,K8nrF5aXPlQ,cegdR0GiJl4,L-wpS49KN00,KbW9JqM7vho ar=16_9 cols=3 thumbnail=hqdefault controls=0 playsinline=1 privacy=1 title=top wall=0 class=mySuperClass]
Title One
Second Title
Video 3
Fourth Video
YouTube 5
Sixth YouTube
Player #8
9th item
[/easy_youtube_gallery]
Please inform me does dev version works for you well, so I can release new version 1.0.4
Thank you very much for the quick response.
I implemented the dev version and it works great!
I now have titles on my videos. My only request is to be able to increase the size of the titles.
Here is the link to the page: absorbine.sunsetfeed.com
Your script is used at the bottom of the page.
Thank you again.
Hello,
You can tune title by your custom CSS style. To target title element use selector .easy_youtube_gallery .eytg-item .eytg-title.top
, for example:
.easy_youtube_gallery .eytg-item .eytg-title.top {
font-size: 1.4em;
}
btw, I released v1.0.4 with custom titles support