Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion showimagetvs.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,10 @@
* @copyright 2014–2020 DD Group {@link https://DivanDesign.biz }
*/

function mm_widget_showimagetvs($params){
function mm_widget_showimagetvs($params = [
'maxWidth' => 150,
'maxHeight' => 150
]){
//For backward compatibility
if (
!is_array($params) &&
Expand Down