J!Extensions Store™
Forum
Welcome, Guest
Please Login to access forum.
Responsive images problem (1 viewing) 
Go to bottom
TOPIC: Responsive images problem
#6483
Ornicom sprl
Fresh Boarder
Posts: 4
User Offline
Responsive images problem Karma: 0  
When I set the reponsive images, the main image is correctly showed (correctly adjusted)
But all small other images are expanded to fill the size of the page.(with bad resolution)

When I not set the responsive images, all the small images are not adjusted. Correct size.
But the main image is reduce regarding the page size but not in the both dimension.

What I need to enter in the responsive images CSS selectors to make responsive only the main image ?

Example of the problem https://www.ornicom.com/fr/produits/communicateur-ip-avec-telco-ipcom.amp.html
 
Logged Logged  
  The administrator has disabled public write access.
#6484
John Dagelmore
Admin
Posts: 3716
User Online Now
Re:Responsive images problem Karma: 79  
Obviously, it's not a problem it's how things work.
For this reason there are 2 configuration parameters that allow to select certain images to be responsive or to exclude certain images to not be responsive.
What you need to enter depends on your images, for example to target the main image of Virtuemart products:

Code:

div.main-image img
To find CSS selectors use an inspector tool such as Firebug, or check the source code directly.
 
Logged Logged  
  The administrator has disabled public write access.
#6485
Ornicom sprl
Fresh Boarder
Posts: 4
User Offline
Re:Responsive images problem Karma: 0  
The image is in the correct size !

Thank you for your support
 
Logged Logged  
  The administrator has disabled public write access.
Go to top