I’ve recently developed the www.barema.org.uk (Drupal 7.26) website.
The members’ list page www.barema.org.uk/members-list is generated by a view. If this page is viewed on a mobile phone, the logo on the left hand side of each row is overwritten by the adjacent text.

I’ve also noticed that any images generated by a view are being reduced in size significantly when viewed in Google Chrome and Safari on any device. An example of this would be the latest news and upcoming events blocks on the home page. The images display correctly in Firefox and Internet Explorer but are much smaller in Chrome and Safari. Any advice on resolving these issues would be much appreciated.

CommentFileSizeAuthor
#1 Screenshot_2014-03-21-11-12-44.png70.34 KBcmhoward
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

cmhoward’s picture

krueschi’s picture

Strange!
A quick test with FF/Firebug and Chrome/Devtools shows that a possible (temp) workaround is to set a min-width / fixed width to your table column or the <td> tags with images in them.
This could be applied to your .views-field-field-news-image class.

cmhoward’s picture

Thanks for your suggestion krueschi. I'll give it a try as a temporary workaround.

cmhoward’s picture

Priority: Major » Normal
krueschi’s picture

Do you have any additional modules installed that may have changed display of the images (f.i. Display suite, panels) or are you using the picture module / breakpoints combo?

cmhoward’s picture

I'm using the Views module to create the members’ list page. Apart from that no other modules are installed that could change the display of the images. I'm not using the picture module / breakpoints combo.