The grid plugin alternative image for mobile

Hi there,

I use the grid plugin for displaying news item which are pages. On mobile I would like to have a different image then on desktop. I made a different grid that only shows on mobile.
How do I show the different image here? (The grid doesn’t let you select the image source in the skin.)

I tried to ask this question on there own platform, but because I don’t have a purchase key (The Grid is included in X), I cannot register. Or do you have a workaround for this?

Kind regards
Victor

Hi @TelecatsNL,

Thanks for writing in.

That’s not currently possible, images are pulled directly from posts or items. And it only picks the image it can pick and there is no setting that will allow you to set images per device.

The solution would be displaying different grid for each device through @media or builder’s hide during breakpoints feature. But that means you’ll have to create your own different sources for each device, example, let’s say you use posts, then group each post by category. Then use that category to filter the posts for desktop grid (category 1) and mobile grid (category 2).

Thanks.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.