• Priority: 0
  • Status: Closed
  • Theme: Alysum
  • Assigned To: Marek
  • Private: No
  • Open Date: 12.09.19, 09:31
  • Opened by: lsiesser
  • Closed by: Marek
  • Closed on: 01.10.19, 15:50
  • Reason: No answer from a customer
  • Comment: Glad to help!

Ticket #15546 - error 500 non AMP blog page

Hi Marek,

I’ve an error 500, clicking on the blog page from the home page on AMP after the update

Luca

Comments

Marek 12 Sep 2019, 10:19

Hi, Luca.
The issue has been fixed. Please test to confirm the change

lsiesser 12 Sep 2019, 10:51

now it works perfectly.
One more thing on blog on AMP… the page linked on home page contains some images.. these are displayed correctly on the desktop version but they are not on AMP.. is there something wrong?

Luca

Marek 12 Sep 2019, 12:46

Try to define actual image size for the image https://take.ms/qJxOn

lsiesser 12 Sep 2019, 14:15

which is the right way to define them?
I would like they fulfill the column on the desktop version and the page on AMP.. I thought percentage would have been the right choice.

Luca

Marek 12 Sep 2019, 20:13

Here is an example https://take.ms/YaTM8 (in pixels)

lsiesser 17 Sep 2019, 16:36

Hi Marek,

in this way the images appear on AMP blog version but they are no more full column large on desktop version.

Luca

Marek 17 Sep 2019, 16:42

you can add CSS

.YOUR_IMAGE_CLASS {width:100%;height:auto}