What flex-width/height does?

时间:2018-03-25 作者:Ashish

我试图了解自定义徽标支持中的flex width/flex height参数的作用。在这里https://developer.wordpress.org/themes/functionality/custom-logo/ 据说它定义了是否允许灵活的高度。但这到底意味着什么。我也在我的主题中进行了核心测试,但无法生成它的功能?

1 个回复
SO网友:Chaudhari Akash

弯曲宽度支架for flexible width 和flex height代表flexible height

    <?php
    // Previous function code here
    $args = array(
            \'default-image\'      => get_template_directory_uri() . \'/assets/images/default-image.jpg\',
            \'default-text-color\' => \'000\',
            \'width\'              => 1140,
            \'height\'             => 250,
            \'flex-width\'         => false, // Now width are fixed to 1140 px
            \'flex-height\'        => true,  // Height is adjustable
        );
    // Later Code Here
    ?>

结束

相关推荐

Missing Logo in Repository

我在WordPress存储库中遇到了一个非常奇怪的行为,或者我做错了什么(更有可能)。因此,对于我在WordPress存储库中注册的插件,我创建了一个徽标,并将其上传为icon-128x128.png 以及icon-256x256.png 在/assets/-文件夹首先,我只上传了一个小徽标,它没有出现在搜索结果中。我想,我等了一会儿,因为存储库有时需要一些时间来做出反应。在这个徽标没有出现之后,我决定也许我也应该上传更大的256px徽标。所以我做到了。从那时起,这个标志就出现在WordPress管理员的