I'm using WickedPDF to generate PDF's from views in a Rails 3.2 app. I'm also using Twitter Bootstrap.
My pdfs contain images, to which I've applied class: 'img-circle'
.
When I view the PDF as html (render pdf: "My PDF", show_as_html: true
) the images are rendered as circles.
However, when viewing as a PDF the images are square.
Why are the image radii not displayed in the PDF version?