Global 2026-07-28
This commit is contained in:
parent
bae213a408
commit
43d38faf6c
@ -41,7 +41,7 @@ if (empty($stories) || ! is_array($stories)) {
|
||||
<div class="stories__card">
|
||||
<?php if ($photo) : ?>
|
||||
<div class="stories__photo">
|
||||
<?php echo wp_get_attachment_image((int) $photo, 'thumbnail', false, array( 'loading' => 'lazy', 'alt' => esc_attr($name) )); ?>
|
||||
<?php echo wp_get_attachment_image((int) $photo, 'medium_large', false, array( 'loading' => 'lazy', 'alt' => esc_attr($name) )); ?>
|
||||
</div>
|
||||
<?php endif; ?>
|
||||
<div class="stories__body">
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user