小编T. *_*Bot的帖子

Visual Composer附加所需的媒体文件

我是否需要创建新的参数类型,因为https://wpbakery.atlassian.net/wiki/pages/viewpage.action?pageId=524332#vc_map()-Availabletypevalues中没有"attach_file"类型

怎么会缺少这种元素?

我需要的是"附加文件" - 按钮到后端.

wordpress

7
推荐指数
1
解决办法
2753
查看次数

Swiper overflows inside grid with Edge and Safari

This Swiper Fiddle works with Firefox and Chrome. Apparently my grid layout breaks this with Edge and Safari (without display: grid this fiddle will work with Safari and Edge). However, I don't want to replace the grid with flexbox.

How can I get this working in Edge and Safari while using display: grid?

var swiper = new Swiper('.swiper-container', {
  navigation: {
    nextEl: '.swiper-button-next',
    prevEl: '.swiper-button-prev',
  },
});
Run Code Online (Sandbox Code Playgroud)
body {
  background: grey;
}
.grid {
  display: grid;
  grid-template-columns: 8fr 4fr; …
Run Code Online (Sandbox Code Playgroud)

javascript css safari swiper microsoft-edge

2
推荐指数
1
解决办法
424
查看次数

标签 统计

css ×1

javascript ×1

microsoft-edge ×1

safari ×1

swiper ×1

wordpress ×1