Active
Project:
Mobile Plugin
Version:
6.x-2.0
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
21 Mar 2010 at 18:11 UTC
Updated:
12 Oct 2011 at 22:41 UTC
With the mobile plugin installed and turned on, all images in all themes & browsers are resized to width 180 (the IMG tag in the HTML code is re-written to indicate this new width).
Is there a way to change this setting or turn it off for non-mobile users?
Could there be something in our specific setup that is making this happen? (As far as I know it is a bog-standard install.)
If this is happening across the board it is a fairly serious bug! If not, I can't see an obvious setting or way to fix it.
Comments
Comment #1
krisahil commentedI had this problem too, but I just gave permission to "enable mobile plugin for" for both anonymous and authenticated users, and it cleared it up. Not sure of the design thought process here? ...
Comment #2
ahaarnos commentedThe fact that enabling the mobileplugin for a user under the permissions actually PREVENTS an action taken by the mobileplugin filters is obviously very counter-intuitive. Great hair-saving catch, though, krisahil.
As I stated in the duplicate thread for this issue, image scaling should absolutely not be enabled by default for ANY device groups. Most developers have little use for it, since imagecache along with custom node.tpl.php in your mobile theme can easily handle this issue on most sites, anyway.
Comment #3
thrash632 commentedGlad I found this post, I almost freaked out when I saw all my images blurry (since they were being stretched from 180x180).
Shouldn't the permissions be enabled for all by default? Enabling a module shouldn't "break" your website like this. At least make note of this in the README file.
Comment #4
ahughes3 commentedThanks for the solution, came thru in the clutch like Robert Horry!
Comment #5
bayousoft commentedsweet, worked for me 2
Comment #6
estnyboer commentedI'm responding to this to try to generate a higher profile for this issue. My team spent 2 weeks in the wilderness wondering what the heck was causing this. I'll summarize for keyword/search purposes because it took me forever to find this forum post.
We installed mobile plugin for several sites
Subsequently all of our attached images from the image attach module were being stretched to 180 pixels. Not only that, but the image height and width code was being replaced by a width of 180 (with no height).
Setting the permissions for the mobile plugin as instructed above fixed it instantly.