Description
See also
Parameters
$size string | int[] optional Image size. Accepts any registered image size name, or an array of width and height values in pixels (in that order). Default 'thumbnail' . Default: 'thumbnail' $text string | false optional Link text. Default: false
Source
// Add loop param for mejs bug - see #40977, not needed after #39686. $loop = $atts['loop'] ? '1' : '0';
Changelog
| |
---|---|
| |