fixed scroll images
This commit is contained in:
11
header.php
11
header.php
@@ -2,14 +2,15 @@
|
||||
<html lang="ru">
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0">
|
||||
|
||||
<title><?php wp_title('|', true, 'right');?><?=get_bloginfo('name')?></title>
|
||||
|
||||
<?if (defined('TESTMODE') and TESTMODE == 1):?>
|
||||
<link rel="stylesheet" href="<?php echo get_template_directory_uri();?>/style-test.css?ver=3">
|
||||
<?else:?>
|
||||
<link rel="stylesheet" href="<?php echo get_stylesheet_uri();?>?ver=167">
|
||||
<?endif?>
|
||||
<link rel="stylesheet" href="<?php echo get_stylesheet_uri();?>?ver=267">
|
||||
<?endif?>
|
||||
<link href="https://use.fontawesome.com/releases/v5.0.13/css/all.css" rel="stylesheet">
|
||||
<!--<link href="<?php echo get_stylesheet_directory_uri()?>/pub/fontawesome.css" rel="stylesheet">-->
|
||||
<script type='text/javascript' src="<?php echo get_stylesheet_directory_uri()?>/scripts/jquery-3.6.0.min.js"></script>
|
||||
@@ -62,14 +63,14 @@
|
||||
</style>
|
||||
|
||||
<div id="mainbanner">
|
||||
<img src ="https://vetandlife.ru/wp-content/themes/vij/pub/banners/page-banner-1600x100.jpg" />
|
||||
<img src ="https://vetandlife.ru/wp-content/uploads/2022/04/3200x200-scaled.gif" />
|
||||
</div>
|
||||
|
||||
<?endif?>
|
||||
|
||||
|
||||
<div id="mainbanner">
|
||||
<img src ="https://vetandlife.ru/wp-content/uploads/2022/04/1600x100.gif" />
|
||||
<a href="https://vetandlife.ru/reklama-na-site/"><img src ="https://vetandlife.ru/wp-content/uploads/2022/04/3200x200_2.gif" /></a>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user