Custom CSS not working
-
When I click the Print button on the bottom of the page it goes to the print page but the image gets stretched on the print page. We have added custom css in the css box via inline but it is not working. So is there some issue in the CSS or any other issue
Below is the css:
pf-content .blockImage, #pf-content img.block{
block-size: auto !important;
aspect-ratio: 2 / 1 !important;
object-fit: contain !important;
}
Thank youThe page I need help with: [log in to see the link]
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘Custom CSS not working’ is closed to new replies.