Skip to content

Commit

Permalink
Fixed bug with missing image captions
Browse files Browse the repository at this point in the history
  • Loading branch information
ausi committed Jul 20, 2020
1 parent 3a060ae commit 8925992
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Module/Slider.php
Original file line number Diff line number Diff line change
Expand Up @@ -451,7 +451,7 @@ protected function parseSlides($objSlides)
'imageUrl' => $meta['link'],
'caption' => $meta['caption'],
'size' => isset($this->imgSize) ? $this->imgSize : $this->size,
));
), null, null, $file);
}

if ($slide['type'] === 'video' && $slide['videoURL'] && empty($slide['image'])) {
Expand Down

0 comments on commit 8925992

Please sign in to comment.