<?php foreach ($banners as $banner) { ?>
<a href="<?php echo $banner['link']; ?>" class="bannerslide" style="background:url('<?php echo $banner['image']; ?>') top center no-repeat; ">
</a>
<?php } ?>
@media screen and (max-width: 768px) {
.bannerslide{
height:200px;
width: 100%;
display: block;
background-size: cover;
}
}
background-size
.txtblock {
font-size: 12px;
display: grid;
justify-content: center;
align-items: center;
}
Понял теперь
Благодарю