Closed (works as designed)
Project:
Beep Edition
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
25 Sep 2013 at 21:22 UTC
Updated:
21 Jan 2014 at 17:21 UTC
Jump to comment: Most recent
Comments
Comment #1
jpamental commentedThis is an issue with most responsive themes: if there is no 'wrapper' around an image, it will end up getting scaled to 100% of its container (which is how you get image elements to scale nicely). Best way to handle it is to look for a distinct class (like .icon) on tiny icons that are getting stretched and add css to your theme to make it width/height 'auto', like so:
Hope that helps!