Photo width at 780 px
-
Hello everyone
When I first started using Blocksy, I was having trouble with images that wouldn’t fit the text width. Someone recommended adding CSS and setting the width to 780 px.
@media (max-width: 780px) {
article>.entry-content>*:not(.alignfull):not(.alignleft):not(.alignright) {
width: var(–default-editor, var(–block-width))!important;
}figure {
width: var(–default-editor, var(–block-width))!important;
}
}The problem is that the quality of the photos is very poor when viewed on the desktop version. What can I do?
I realized that the maximum size for my blog photos had to be 780px, and I edit them one by one before uploading them to the blog. I’m not sure if this is correct; I’m still a WordPress learner.
Thanks
The page I need help with: [log in to see the link]
You must be logged in to reply to this topic.
