小编tes*_*ter的帖子

再次在html中播放视频后,循环html5视频变黑

我添加了一个用于播放视频的广告代码,但遇到一个问题,就是当视频完成播放时,黑屏一会儿又再次播放视频。

<div class="background-wrap">
  <video id="video-bg-elem" preload="auto" autoplay="true" loop="loop" muted="muted" width="100%" height="400"><source src="http://localhost/blue/wp-content/uploads/2019/03/4K_UHD_Drone_Fly_Past_Radio_Tower_Portland_Oregon_Crest_Point_Fernando-1.mp4" type="video/mp4"></video></div>
Run Code Online (Sandbox Code Playgroud)

html css

5
推荐指数
1
解决办法
566
查看次数

在 Woocommerce 电子邮件通知中显示产品图片

在 Woocommerce 上,我已将$show_image变量更改为true电子邮件订单详细信息 php 模板文件中的变量,但我仍然无法在电子邮件通知中显示图像:

<div style="margin-bottom: 40px;">
<table class="td" cellspacing="0" cellpadding="6" style="width: 100%; font-family: 'Helvetica Neue', Helvetica, Roboto, Arial, sans-serif;" border="1">
    <thead>
        <tr>
            <th class="td" scope="col" style="text-align:<?php echo esc_attr( $text_align ); ?>;"><?php esc_html_e( 'Product', 'woocommerce' ); ?></th>
            <th class="td" scope="col" style="text-align:<?php echo esc_attr( $text_align ); ?>;"><?php esc_html_e( 'Quantity', 'woocommerce' ); ?></th>
            <th class="td" scope="col" style="text-align:<?php echo esc_attr( $text_align ); ?>;"><?php esc_html_e( 'Price', 'woocommerce' ); ?></th>
        </tr>
    </thead>
    <tbody>
        <?php
        echo wc_get_email_order_items( $order, array( // WPCS: …
Run Code Online (Sandbox Code Playgroud)

woocommerce

4
推荐指数
1
解决办法
2978
查看次数

标签 统计

css ×1

html ×1

woocommerce ×1