readdy
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Images now stretched and distorted after 5.5 upgradeHey,
what you are doing looks a bit too complex. What I’ve done having a similar issue was going to the WP Dashboard menu: Appearance → CSS Edit → Additional CSS
And I just pasted this piece of CSS code
img {
max-width: 100%;
height: auto;
}Hope that helps.
Forum: Fixing WordPress
In reply to: Images shown with wrong ratio after the latest WP updateThank you so much for the link!
I added this piece to CSS, as suggested by one of the contributors in the discussion:
img {
max-width: 100%;
height: auto;
}And it just worked.
Have a nice day
Forum: Plugins
In reply to: [Download Monitor] Open the downloaded file in a blank pageThank you for your reply. I am still a kind of confused. Could you please specify where I may find a field to insert the “target” property? If I add it to the link field, that does not give a result. A screenshot would be a great help.
Forum: Plugins
In reply to: [Download Monitor] Don’t force downloadTo open the link instead of downloading it you should set the flag “Redirect to file”.
As for the new page to open the linked file, I have the same issue and put a question just a couple days ago. You may follow the topic to have the answer which I hope will come soon.
Cheers