Hello,
I am using confiforms to create form entries that have images in some of the fields. The issue is that the form autoformats these images to 100px X 100px, which isn't an issue when previewing the forms (in fact the opposite). Having them this size is great for viewing all the forms at once. The issue arises when trying to print off the forms, the images are too small. I have already tried creating a stylesheet and adding:
@media print {
img {
width: 800px !important;
}
}
but the images are not resized in the preview, nor are they resized when printing to PDF. I have tried to get the selector but the preview screen pops up.
If anyone can help that would be greatly appreciated
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.