Images are getting Chopped
- This topic has 14 replies, 2 voices, and was last updated 1 year, 1 month ago by .
- AuthorPosts
- February 23, 2020 at 12:04 pm#1826
pointillistic
Hi Folks, I have been struggling with posting images. I moved to the latest per-release, still the same.
I use Mercury theme. I set the Featured image to Wide, that works fine.
Inserted image to Wide in the body of the post, i.e content. The images are then chopped to the width of the Content (or randomly) set in the Theme settings. The only alternative that I found is to set Content to the same width as the Page but them the text is too wide.
Can you please give me ANY ideas?
February 23, 2020 at 2:37 pm#1829Bob
Any live example?
--
Do you appreciate the support you've received today? If so, consider donating to the Publii team by clicking here; we'll be sure to use your donation to make Publii even better!February 23, 2020 at 2:43 pm#1831pointillistic
I don’t have a live site, I am juts trying to publish a proper post first, here is a screenshot how the second image ( first is Feature is getting chopped in odd shapes). Both set to “wide” class.
Attachments:
You must be logged in to access attached files.
February 23, 2020 at 2:45 pm#1833Bob
attach your website backup (in PM), I will check it tomorrow morning.
--
Do you appreciate the support you've received today? If so, consider donating to the Publii team by clicking here; we'll be sure to use your donation to make Publii even better!February 23, 2020 at 2:48 pm#1834pointillistic
PM is a Private Reply?
Attachments:
You must be logged in to access attached files.
February 23, 2020 at 2:49 pm#1836Bob
yeap.
--
Do you appreciate the support you've received today? If so, consider donating to the Publii team by clicking here; we'll be sure to use your donation to make Publii even better!February 23, 2020 at 2:52 pm#1837pointillistic
max file here 5 mb backup 38 mb? can you clarify what folder would you like me to copy?
February 23, 2020 at 3:00 pm#1838Bob
I need an input folder, if it is still too large, use e.g. https://wetransfer.com/
--
Do you appreciate the support you've received today? If so, consider donating to the Publii team by clicking here; we'll be sure to use your donation to make Publii even better!February 23, 2020 at 3:04 pm#1839pointillistic
Sorry, what is an input folder, I don’t see any in the directory?
February 23, 2020 at 3:07 pm#1840Bob
Documents ▸ Publii ▸ sites ▸ YOUR_SITE ▸ input
--
Do you appreciate the support you've received today? If so, consider donating to the Publii team by clicking here; we'll be sure to use your donation to make Publii even better!February 23, 2020 at 4:17 pm#1842pointillistic
This reply has been set as private.February 24, 2020 at 5:58 am#1845Bob
Hi,
I’ve checked it before and seems like there is a small bug, the `.post__entry` class has set the overflow property to hidden what means that any overflow will be hidden within the boundaries of the container.Just add, via the CSS Custom Tool, the following rule:
.post__entry { overflow: unset; }
--
Do you appreciate the support you've received today? If so, consider donating to the Publii team by clicking here; we'll be sure to use your donation to make Publii even better!February 25, 2020 at 9:47 pm#1853pointillistic
Thanks, now images are shown correctly but text spills over outside of the content width. What you call a container.
February 26, 2020 at 8:37 am#1855Bob
If you use a long string without spaces, yes, it can look not very nice, but this it’s an unnatural way of writing.
If you want to break the line, you can expand the previous part of the code with a new rule:
.post__entry { overflow: unset; line-break: anywhere; }
--
Do you appreciate the support you've received today? If so, consider donating to the Publii team by clicking here; we'll be sure to use your donation to make Publii even better!February 26, 2020 at 2:12 pm#1857pointillistic
thank you!
- AuthorPosts
- The topic ‘Images are getting Chopped’ is closed to new replies.