Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在为 Tumblr 创建自定义主题时,可以将高分辨率照片用于照片帖子和照片集。我想知道是否也可以在我的普通文本帖子中嵌入超过 500 像素的图片?到目前为止,像这样的代码仅限于照片帖子:
{block:Photos} <img src="{PhotoURL-HighRes}" class="highres"> {/block:Photos}
谢谢!
我认为,您可以使用普通的所见即所得编辑器粘贴高分辨率照片。
此 Tumblr 代码仅输出帖子中包含的所有内容。
{block:Text} {Body} {/block:Text}
你试过这个吗?怎么了?