I've just noticed that over "table" display (views module) on mobile devices the images are not showing correctly. Need help. Thanks.

Comments

Anonymous’s picture

Issue summary: View changes
babusaheb.vikas’s picture

Hi Patricioeb,

Add this css ,it will work

table tr td {
width: 100%;
display: block;
}

table tr td img {
width: 100%;
Height: auto;
}

MustangGB’s picture

Priority: Major » Normal
renatog’s picture

Status: Active » Reviewed & tested by the community
Issue tags: +ciandt-contrib

Hi people.

I checked and #2 works good.

Thank you very much @babusaheb.vikas

renatog’s picture

Status: Reviewed & tested by the community » Fixed

@patricioeb, please follow the #2's steps and any question you can comment here ok?

Thank you very much.

Good Work.

Regards.

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.