开发者 |
urkekg
techwebux |
---|---|
更新时间 | 2020年12月28日 16:09 |
捐献地址: | 去捐款 |
PHP版本: | 3.9.0 及以上 |
WordPress版本: | 4.7.4 |
版权: | GPLv3 |
版权网址: | 版权信息 |
id
(single of multiple ID's separated by comma).easy_youtube_gallery
.col-#
for number of columns (default is 1
, supported up to 8
).ar-16_9
for 16:9, .ar-4_3
for 4:3 or .ar-square
for 1:1 aspect ratioclass
.eytg-item
.eytg-item-#
for order number of item.eytg-item-first
for first item in gallery block.eytg-item-mid
for middle items in gallery block.eytg-item-last
for last item in gallery block.eytg-title
for custom video title.top
positioning custom video title on top of thumbnail.bottom
positioning custom video title on bottom of thumbnail.eytg-thumbnail
is class for span where we set video thumbnail as background image.eytg-thumbnail:before
is pseudoclass for play icon[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=1 class=mySuperClass] Title One Second Title Video 3 Fourth Video YouTube 5 Sixth YouTube Player #8 9th item [/easy_youtube_gallery]
Basic shortcode
[easy_youtube_gallery id=uMK0prafzw0,8Uee_mcxvrw,HcXNPI-IPPM cols=3]
Please note! If you doing copy&paste from code above, before you paste content to page, post or text widget content, clear all formatting by paste© to/from Notepad or other plain text editor!
Shortcode parameters
id
(required) single YouTube video ID or multiple ID's separated with commaar
(optional) aspect ratio of thumbnails; default is ar-16_9
for 16:9, but also supported ar-4_3
for 4:3 and ar-square
for 1:1cols
(optional) for number of columns to distribute thumbnails in; devault is 1
, supported up to 8
thumbnail
(optional) for YouTube size of thumbnail; default is hqdefault
but we can use:0
have resolution 480x360px1
, 2
and 3
have resolution 120x90px (first, second or third frame)default
have resolution 120x90px (Default Quality)mqdefault
have resolution 320x180px (Medium Quality)hqdefault
have resolution 480x360px (High Quality)sddefault
have resolution 640x480px (Standard Definition) and does not exists for lowres videosmaxresdefault
have resolution 1920x1080px (Full HD) and does not exists for lowres videoscontrols
(optional) to optionally hide playback controls in lightbox player (default is 1
that means "display controls", but you can set it to 0
to hide controls)privacy
(optional) enables enhanced privacy which means that YouTube won’t store information about visitors on your web page unless they play the video. (0
or 1
)playsinline
controls whether videos play inline or fullscreen in an HTML5 player on iOS. Learn more on Google Developers (0
or 1
)class
(optional) to add custom style class if you wish to target specific styling for your own needswall
(optional) render video wall with player at top and thumbnails below (0
or 1
)title
(optional) set custom video titles position (top
or bottom
)[easy_youtube_gallery id=YT_VIDEO_ID,YT_VIDEO_ID,YT_VIDEO_ID...,YT_VIDEO_ID]
(replace YT_VIDEO_ID
with your set of YouTube video ID's)No. I even suggest to you avoid wrapping shortcode parameters to double/single quotes to prevent broken output when some plugins modify content with nasty filters. Just avoid empty space between ID's.
You can use custom style with following selector and a rule:
.ytc-mfp-container.ytc-mfp-iframe-holder .ytc-mfp-content { max-width: 1200px; }
Just set preferred popup max width in pixels.