/ Published in: Ruby
                    
                                        
                            
                                Expand |
                                Embed | Plain Text
                            
                        
                        Copy this code and paste it in your HTML
 def convert_pixels_to_cms(pixels, dpi) return (pixels / dpi) * 2.54 end
Comments
                    Subscribe to comments
                
                