- Posts: 37
 - Thank you received: 0
 
Promena velicine slike nakon upgrade-a joomlu
- 
        dadoen
Inactive member - 
            
				
                            Topic Author
                                 - Member
 - 
            
         
        Less
        More
        
            
    
        
            
        
                11 years 9 months ago                #35887
        by dadoen
    
    
            
            
            
            
            
                                
    
                                                
    
        Promena velicine slike nakon upgrade-a joomlu was created by dadoen            
    
        Nakon sto sam uradio upgrade na novu joomlu promenila mi se velicina slike kada se udje u detalje o proizvodu. Gde se menja ta velicina prikaza?    
Please Log in to join the conversation.
- 
        ivan.milic
Support Staff - 
            
				
                                 - Moderator
 - 
            
         
        Less
        More
        
            
    
        - Posts: 14116
 - Thank you received: 1639
 
            
        
                11 years 9 months ago                #35900
        by ivan.milic
    
    
            
            
            
            
            
                                
    
                                                
    
        Replied by ivan.milic on topic Promena velicine slike nakon upgrade-a joomlu            
    
        U VM admin, Configuration->Configuration, "Templates" tab:
Thumbnail Image Width
Thumbnail Image Height
Thumbnail Image Width
Thumbnail Image Height
Please Log in to join the conversation.
- 
        dadoen
Inactive member - 
            
				
                            Topic Author
                                 - Member
 - 
            
         
        Less
        More
        
            
    
        - Posts: 37
 - Thank you received: 0
 
            
        
                11 years 9 months ago                #35939
        by dadoen
    
    
            
            
            
            
            
                                
    
                                                
    
        Replied by dadoen on topic Promena velicine slike nakon upgrade-a joomlu            
    
        Sve sam probao, ali nece da se promeni velicina.
na ovu situaciju mislim:
www.filteri-za-vodu.biz/ponuda-filtera/stoni-filter-detail
na ovu situaciju mislim:
www.filteri-za-vodu.biz/ponuda-filtera/stoni-filter-detail
Please Log in to join the conversation.
- 
        ivan.milic
Support Staff - 
            
				
                                 - Moderator
 - 
            
         
        Less
        More
        
            
    
        - Posts: 14116
 - Thank you received: 1639
 
            
        
                11 years 9 months ago                #35948
        by ivan.milic
    
    
    
            
            
            
            
                                
    
                                                
    
        Replied by ivan.milic on topic Promena velicine slike nakon upgrade-a joomlu            
    
        In :
components/com_virtuemart/assets/css/vmsite-ltr.css
this prevents it form expanding:
.main-image img {
max-width: 100%;
max-height: 260px;
}
don't alter this file, instead add:
.main-image img {
max-width: 100%;
max-height: < some bigger value >px;
}
to bottom of template_css.css
components/com_virtuemart/assets/css/vmsite-ltr.css
this prevents it form expanding:
.main-image img {
max-width: 100%;
max-height: 260px;
}
don't alter this file, instead add:
.main-image img {
max-width: 100%;
max-height: < some bigger value >px;
}
to bottom of template_css.css
        The following user(s) said Thank You: dadoen     
            Please Log in to join the conversation.
        Time to create page: 0.276 seconds