You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
but if I use the $album->getFirstMedia('images') function, "responsive_images" column has srcset data, getSrcset() functions normally and gives the srcset data that I want.
am I doing it wrong? or we have to do another query to get the responsive image then return it.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I want to return the data along with the responsive image immediately after saving it to the db
but function
getSrcset()
return empty dataproduces an empty array for
"responsive_image"
:but if I use the
$album->getFirstMedia('images')
function,"responsive_images"
column has srcset data,getSrcset()
functions normally and gives the srcset data that I want.am I doing it wrong? or we have to do another query to get the responsive image then return it.
Beta Was this translation helpful? Give feedback.
All reactions