downshiftorg / prophoto-issues

Public issue tracking for ProPhoto 6
8 stars 8 forks source link

Add size/alignment controls for standard excerpt images #768

Open postmastersteve opened 7 years ago

postmastersteve commented 7 years ago

When a P6 site uses the standard excerpt appearance for a blog page type, and when large images are used, the photos will only expand to 100% of their original size.

When the browser is wide enough that the image does not fill the content width, the image is positioned left-aligned at 100% size, but does not fill the width.

Consider providing one or both of these controls in the Content > Excerpts area:

Currently, we provide users with CSS code for each of those options:

.article-content .excerpt-image-fullsize img {
    width: 100% !important;
    height: auto;
}
article.excerpt .excerpt-image-fullsize {
    text-align: center;
}

It seems like we could easily offer a settings box so users could choose this behavior themselves.

postmastersteve commented 7 years ago

+1 Karsten ticket 167746

postmastersteve commented 7 years ago

+1 Jyn Armstrong ticket 168744

postmastersteve commented 7 years ago

+1 Ron Saradpon ticket 168679

benjamintennant commented 6 years ago

+1 Jennifer Holland-Lloyd ticket 173209 - wants a standard layout with medium sized images where the image takes up an entire left column and text, title, date and read more all on the right. Sample here. medium_excerpt_issue

postmastersteve commented 6 years ago

+1 Jacque Erickson ticket 177667