个人资料图片的架构标记

时间:2018-10-25 14:46:49

标签: css wordpress schema

我一直在为医学实践在Wordpress网站上添加Schema标记,但遇到了障碍。在CSS字段中,我已经可以标记代码,但是对于提供者的个人资料图像,我却无法使其工作。试图弄清楚应该在CSS中放置图像标记的位置。下面是有关如何将图像添加到页面的CSS。

CSS

<?php if (get_field('profile_picture')) { ?>
                        <div class="image col-md-4" style="background-image: url('<?php the_field('profile_picture', $provider->ID); ?>'); width: 12em; height: 12em; background-size: cover; background-position: center center; background-repeat: no-repeat; border-radius: 100%;">

在此先感谢您的帮助。我尝试了几种不同的解决方案,都无济于事。

0 个答案:

没有答案