I have a View which is a series of images. I need the output of the View to be a div for each result with the image set as a background image with an inline style.
如果将显示结果改写如下,则生成散射器,但没有任何线体。
<div class="image-div" style="background-image:url( [field_image_fid] ); width: 250px"></div>
请注意,这并不是说风格不正确,而是完全被 stripped。 我认为,从阅读一些职位来看,这是初步的安全措施,但我知道如何去做。 很明显,“意见现场”模块是围绕工作,但似乎也缩小了我的领域。
Thanks