Dynamic images
This commit is contained in:
5
public/js/app.js
vendored
5
public/js/app.js
vendored
@@ -19981,9 +19981,8 @@ var render = function() {
|
||||
_c("div", {
|
||||
staticClass:
|
||||
"h-48 lg:w-48 flex-none bg-cover text-center overflow-hidden opacity-75 rounded-lg",
|
||||
staticStyle: {
|
||||
"background-image":
|
||||
"url('https://images-01.avas.mv/post/big_RuM5p2M10OjKIYZf8SrS6aeHb.jpg')"
|
||||
style: {
|
||||
"background-image": "url(" + story.featured_image + ")"
|
||||
},
|
||||
attrs: { title: "deit is very important" }
|
||||
})
|
||||
|
Reference in New Issue
Block a user