当前位置: 首页 > 知识库问答 >
问题:

如何修复wordpress中的响应图像错误?

范云
2023-03-14

我正试图在wordpress上制作一个响应性主题。当我使用桌面分辨率时,缩略图会100%调整到卡的分辨率,但当我将分辨率降低到移动设备时,它会变得比卡更大。为什么会这样?

我已经尝试添加Bootstrap4响应映像类。

<section id="blog" class="blog  d-flex align-items-center mt-5 mb-5">

  <?php query_posts('posts_per_page=3'); ?>


  <div class="container">
<div class="d-flex align-items-center">

 <h1>ÚLTIMAS<BR>PUBLICAÇÕES</h1> </div>    <div class="row">


      <?php if ( have_posts() ) : while ( have_posts() ) : the_post(); ?>
      <div class="col-sm-7 col-md-4 mt-3">

        <a href="<?php the_permalink() ?>"><img src="<?php the_post_thumbnail_url('thumbnail'); ?>" class="rounded-top"></a>
        <div class="card-body border rounded-bottom">

          <h4 class="card-title border-bottom pb-3 "><a href="<?php the_permalink() ?>"><?php the_title() ?></a></h4>
          <p class="card-text"><?php the_subtitle(); ?></p>
          <a href="<?php the_permalink() ?>" class="btn btn-outline-dark btn-sm">Continuar lendo</a>
        </div>

      </div>

      <?php endwhile; ?>

      <?php endif; ?>




    </div>
</section>

预期:

现实:

wordpress管理面板上配置的缩略图大小为350 x273px

共有3个答案

公西俊能
2023-03-14

我通过将img卡添加到img标签解决了这个问题。

谢谢大家的回答。

茹元魁
2023-03-14

用一些CSS来定位你的图像,这样可以控制图像的宽度。您当前拥有类圆形顶部,因此可以添加以下CSS:

.rounded-top {
  max-width: 100%;
  height: auto;
}
卢树
2023-03-14

请将“img响应”类添加到您的图像中。正确的代码应该是

<section id="blog" class="blog  d-flex align-items-center mt-5 mb-5">

  <?php query_posts('posts_per_page=3'); ?>


  <div class="container">
<div class="d-flex align-items-center">

 <h1>ÚLTIMAS<BR>PUBLICAÇÕES</h1> </div>    <div class="row">


      <?php if ( have_posts() ) : while ( have_posts() ) : the_post(); ?>
      <div class="col-sm-7 col-md-4 mt-3">

        <a href="<?php the_permalink() ?>"><img src="<?php the_post_thumbnail_url('thumbnail'); ?>" class="rounded-top img-responsive"></a>
        <div class="card-body border rounded-bottom">

          <h4 class="card-title border-bottom pb-3 "><a href="<?php the_permalink() ?>"><?php the_title() ?></a></h4>
          <p class="card-text"><?php the_subtitle(); ?></p>
          <a href="<?php the_permalink() ?>" class="btn btn-outline-dark btn-sm">Continuar lendo</a>
        </div>

      </div>

      <?php endwhile; ?>

      <?php endif; ?>
    </div>
</section>
 类似资料:
  • 由于我没有找到任何fox 415响应错误的工作示例,我仍然无法理解Spring为什么不能处理以下请求: 并返回: 以下是请求的一个CURL版本: Een修改后如下: 并使用如下所示: 没有解决问题。 我错过了什么?

  • 我试图加载一个png文件到python通过pyplay和它不工作这是我的代码: 上面写着: 回溯(最近一次呼叫最后一次): carImage=pygame中的文件“C:/Users/Dawn/PycharmProjects/snakegame/snake.py”,第13行。形象加载('you.png') pygame.error:打不开you.png 请帮帮我我不知道为什么这一直显示。 我现在使用

  • 背景故事: 我在Mac上使用MAMP设置本地开发服务器和数据库,以创建WordPress站点。一切进展顺利。昨天,MySQL服务器没有启动,所以我根据StackOverflow的回答,从mysql56文件夹中删除了ib_logfile0、ib_logfile1和ibdata1文件。这引发了一系列事件,最终损坏了phpMyAdmin上的表。 我保留了ib_和数据库文件,并在重新安装MAMP后,将它们

  • 我在一个android应用中有一个RecycerView。我在做某种文件资源管理器。 当我在电脑上插入我自己的设备时,当我到达DCIM文件夹中的Camera文件夹时,它耗尽了内存。 有没有一种方法来加载大量的图像,并确保它们不会占用太多的内存空间。我用的是一部旧手机,我想让我的应用程序在上面工作。它是一个银河王牌II。

  • 通过人工智能技术对图像指定区域进行修复,不论是文字水印,还是logo水印。1秒恢复加水印前的样子。 图像修复API调用示例代码 github地址: https://github.com/picup-shop Python PHP Java Objective-c import requests requestBody = { { "base64": "/9j/4AAQSkZJRgABAQEA

  • 我在Wordpress中创建了自定义图像大小,用于Wordpress默认安装的响应图像插件。我添加的图像大小为: 然后,我使用metabox.io插件从PHP构建图像,并将加载的图像设置为显示为纵向案例研究lg。然后,我使用metabox.io中的函数加载srcset,并创建了我想要更改图像的自定义大小。 结果如下所示: 我的问题是,它现在正在加载宽度和高度为768x512的风景图像,而不是加载5