ddd
Signed-off-by: Jeff <jeff@gotenzing.com>
Showing
1 changed file
with
1 additions
and
1 deletions
| ... | @@ -20,7 +20,7 @@ $container = get_theme_mod( 'understrap_container_type' ); | ... | @@ -20,7 +20,7 @@ $container = get_theme_mod( 'understrap_container_type' ); |
| 20 | ?> | 20 | ?> |
| 21 | <?php if (is_page('account') || is_page('user') || is_page('password-reset') || is_page('register')) { }else{ ?> | 21 | <?php if (is_page('account') || is_page('user') || is_page('password-reset') || is_page('register')) { }else{ ?> |
| 22 | <div class="wrapper" id="page-wrapper"> | 22 | <div class="wrapper" id="page-wrapper"> |
| 23 | <div class="hero-container header-section blur-image" data-src="<?php echo the_post_thumbnail_url(); ?>" style="--med-image: url(<?php echo the_post_thumbnail_url('medium'); ?>);"> | 23 | <div class="hero-container header-section blur-image" style="background-image: linear-gradient(90deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 80%, rgba(0, 0, 0, 0) 100%), url('<?php echo the_post_thumbnail_url('medium'); ?>');" data-src="<?php echo the_post_thumbnail_url(); ?>" style="--med-image: url(<?php echo the_post_thumbnail_url('medium'); ?>);"> |
| 24 | <div class="full-image"> | 24 | <div class="full-image"> |
| 25 | 25 | ||
| 26 | <?php $hero_content = apply_filters('the_content', get_post_meta(get_the_id(), 'hero_content', true)); | 26 | <?php $hero_content = apply_filters('the_content', get_post_meta(get_the_id(), 'hero_content', true)); | ... | ... |
-
Please register or sign in to post a comment