Skip to content

Commit

Permalink
Merge pull request #7184 from pods-framework/feature/7183-full-image-…
Browse files Browse the repository at this point in the history
…size-reference
  • Loading branch information
sc0ttkclark authored Sep 28, 2023
2 parents 3161b78 + 8cd9749 commit 8ee24d8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion components/Templates/includes/functions-pod_reference.php
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,9 @@ function pq_recurse_pod_fields( $pod_name, $prefix = '', &$pods_visited = array(

$recurse_queue = array();

$image_sizes = get_intermediate_image_sizes();
$image_sizes = get_intermediate_image_sizes();
$image_sizes[] = 'full';

$media_fields = [
'title',
'caption',
Expand Down

0 comments on commit 8ee24d8

Please sign in to comment.