Too big size images on mobile

Posted in: Newspaper
Post count: 27

Hi,
on my mobile site version, same image appear really too big.
In desktop version some image are icon dimension,
the same on the mobile are soo big..
look here: http://www.musicfutures.com/top-3-best-12-inch-subwoofers-money/
How can i manage the mobile image dimesion?
Thanks

Post count: 7909

Hi,

Unfortunately those images cannot be target only if you add an extra class manually like this: http://screencast.com/t/xe6uvRHR8ez
And use this css in Theme Panel > Custom Css: http://screencast.com/t/0CirMzS29mD

@media (max-width: 500px){
.single .icons.alignleft {
float: left;
max-width: 32px !important;
}
}

This issue comes from the .alignleft css class which targets the images which have that class assigned and at 500px maximum width screens sets the width and also the maximum width to 100%.
The best solution would be to remove the css set for the align right and left images at 500px width from the style.css file, like this: http://screencast.com/t/STTFMQlM

Hope this helps!

Post count: 27

Many thanks

Viewing 3 posts - 1 through 3 (of 3 total)
The forum ‘Newspaper’ is closed to new topics and replies.