169 похожих чатов

Здравствуйте. <style> .hvr__images { object-fit: cover; position:

relative;
}
.hvr__sectors {
object-fit: cover;
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
display: flex;
}
.hvr__sector {
object-fit: cover;
flex-grow: 1;
}
.images {
object-fit: cover;
display: flex;
overflow: hidden;

}

.image {
display: block;
width:100%;
object-fit: cover;
}

.hvr__dots {
display: flex;
align-items: center;
justify-content: center;
object-fit: cover;
}

.hvr__dot {
display:none;
object-fit: cover;
}
.hvr__images img {
min-width: 100%;
object-fit: cover;
}
</style>
<script>
jQuery(document).ready(function($) {
$(document).ready(function(){

$.fn.HvrSlider = function () {
return this.each(function () {
var el = $(this);
if (el.find('img').length > 1) {
var hvr = $('<div>', {
class: 'hvr',
append: [
$('<div>', {
class: 'hvr__images',
append: $('<div>', {
class: 'hvr__sectors',
}),
}),
],
insertAfter: el,
prepend: el,
});
var hvrImages = $('.hvr__images', hvr);
var hvrImage = $('img', hvr);
var hvrSectors = $('.hvr__sectors', hvr);
el.prependTo(hvrImages);
hvrImage.each(function () {
hvrSectors.prepend('<div class="hvr__sector"></div>');

});
var setActiveEl = function (el) {
hvrImage.hide().eq(el.index()).show();

};
$('.hvr__sector', hvrSectors).hover(function () {
setActiveEl($(this));
});
hvrSectors.on('touchmove', function (e) {
var position = e.originalEvent.changedTouches[0];
var target = document.elementFromPoint(position.clientX, position.clientY);
if ($(target).is('.hvr__sector')) {
setActiveEl($(target));
}
});
}
});
};
$('.images').HvrSlider();

});
});
</script>
<div <?php wc_product_class( 'card', $product ); ?>>
<?
//echo print_r($product);
try{
if($template_args){
//echo print_r($template_args);
}
} catch(Throwable $e) {
echo false;
exit;
}
$product_variation_id;
try{

$product_variation_id = $product->get_available_variations();
} catch(Throwable $e) {
;
}
$product_id = get_the_ID();
$product_url = $product->get_permalink();
?>
<a href="<?=$product_url?>">
<?php

$product = wc_get_product( get_the_ID() );
$image_id = get_post_thumbnail_id( $product_id );
$attachment_ids = $product->get_gallery_image_ids();
echo '<div class="images">';
foreach( $attachment_ids as $attachment_id ) {
echo $item;
echo '<img class="image" src="'.wp_get_attachment_url( $attachment_id, 'shop_single' ).'">';
}
echo '</div>';
?>
</a>
как сделать image object-fit:cover?

1 ответов

33 просмотра

https://www.w3schools.com/css/css3_object-fit.asp

Похожие вопросы

Обсуждают сегодня

Господа, а что сейчас вообще с рынком труда на делфи происходит? Какова ситуация?
Rꙮman Yankꙮvsky
29
А вообще, что может смущать в самой Julia - бы сказал, что нет единого стандартного подхода по многим моментам, поэтому многое выглядит как "хаки" и произвол. Короче говоря, с...
Viktor G.
2
30500 за редактор? )
Владимир
47
а через ESC-код ?
Alexey Kulakov
29
Чёт не понял, я ж правильной функцией воспользовался чтобы вывести отладочную информацию? но что-то она не ловится
notme
18
У меня есть функция где происходит это: write_bit(buffer, 1); write_bit(buffer, 0); write_bit(buffer, 1); write_bit(buffer, 1); write_bit(buffer, 1); w...
~
14
Добрый день! Скажите пожалуйста, а какие программы вы бы рекомендовали написать для того, чтобы научиться управлять памятью? Можно написать динамический массив, можно связный ...
Филипп
7
Недавно Google Project Zero нашёл багу в SQLite с помощью LLM, о чём достаточно было шумно в определённых интернетах, которые сопровождались рассказами, что скоро всех "ибешни...
Alex Sherbakov
5
Ребят в СИ можно реализовать ООП?
Николай
33
https://github.com/erlang/otp/blob/OTP-27.1/lib/kernel/src/logger_h_common.erl#L174 https://github.com/erlang/otp/blob/OTP-27.1/lib/kernel/src/logger_olp.erl#L76 15 лет назад...
Maksim Lapshin
20
Карта сайта