在wordpress插件中更改img src的内容并显示完整的高清图像

时间:2018-08-30 11:35:30

标签: php wordpress plugins

我在wordpress中安装了一个名为F2 Tumblr Widget的插件,该插件可以打印 预览图像到页面,我想更改src =“ ..”内部的值并显示完整图像,替换为

<shape xmlns:android="http://schemas.android.com/apk/res/android"
android:shape="rectangle">

<solid android:color="@color/dull_white" />

<corners
    android:bottomLeftRadius="@dimen/scale_5dp"
    android:bottomRightRadius="@dimen/scale_5dp"
    android:topLeftRadius="@dimen/scale_5dp"
    android:topRightRadius="@dimen/scale_5dp" />
</shape>

<img class="aligncenter" src="https://78.media.tumblr.com/7411a838394a66b127ca8647945d96f5/tumblr_pbyx1nnvwx1rt4h09o1_100.png" alt="">

有可能吗 我正在尝试此操作,但无法正常工作

<img class="aligncenter" src="https://78.media.tumblr.com/7411a838394a66b127ca8647945d96f5/tumblr_pbyx1nnvwx1rt4h09o1_1280.png" alt="">` 

0 个答案:

没有答案