Posts by Glauber Renan • 43 points
2 posts
-
3
votes2
answers3347
viewsA: Media queries do not work
Have you tried that @media (max-width:533px) ? If it doesn’t work, just see the complete style to indicate something.
-
1
votes1
answer49
viewsQ: SVG image conversion in Ruby on Rails
I have an application in Rails and there I generate SVG images to return to the user by email, but I want to return this in another format (png or jpg). Does anyone have any tips on how I can do…