kalle - Any idea how to get picture by role, cr...
# ❓questions
k
Any idea how to get picture by role, crop and locale? On
translated_form_fields
enabled.
If I use it like eg.
$m->images()
it returns all urls for all locales.
Ok, got it
Copy code
php
        $desktop_images = $model->imageObjects('homepage_slider1', 'default');
        $desktop_filtered = $desktop_images->filter(function ($media) {
            return $media->pivot->locale === locale();
        });