Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
MSF
/
msf-climate-hub
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
082a78eb
authored
2023-09-02 19:34:21 -0400
by
Jeff Balicki
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
sss
Signed-off-by: Jeff <jeff@gotenzing.com>
1 parent
f5eef36a
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
wp-content/themes/msf-child/blocks/carousel/carousel.php
wp-content/themes/msf-child/blocks/carousel/carousel.php
View file @
082a78e
...
...
@@ -48,7 +48,7 @@ $carousel_style = get_field('carousel_style');
<?php
$image
=
get_sub_field
(
'image'
);
?>
<div
class=
"row"
>
<div
class=
"col-lg-4 col-md-12 promo-image"
>
<?php
$image
=
get_the_post_thumbnail_url
(
$page
->
ID
,
'
large
'
,
array
(
'class'
=>
'no-lazy-load'
)
);
?>
<?php
$image
=
get_the_post_thumbnail_url
(
$page
->
ID
,
'
medium
'
,
array
(
'class'
=>
'no-lazy-load'
)
);
?>
<img
src=
"
<?php
echo
$image
;
?>
"
alt=
""
loading=
"eager"
>
</div>
<div
class=
"col-lg-8 col-md-12"
>
...
...
Please
register
or
sign in
to post a comment