RecipeFilter icon indicating copy to clipboard operation
RecipeFilter copied to clipboard

Images unbounded on NoRecipes

Open sean-public opened this issue 6 years ago • 2 comments

On NoRecipes pages like this, the images have no size constraints and were relying on being inside a container DIV to size them properly (they are 2000px wide), so they exceed the width of the modal RecipeFilter creates.

Possible fix: Add max-width: 100% for .recipe ol li figure img elements in CSS.

sean-public avatar Mar 19 '18 15:03 sean-public

Kind of a similar issue here

https://ottolenghi.co.uk/roasted-pork-belly-shop

Great extension though, thanks

carpii avatar Sep 16 '18 22:09 carpii

Thanks for reporting that one. The site has a splash-box element that's set to 200% width, crazy! I'll see what I can do in the next update.

sean-public avatar Sep 18 '18 01:09 sean-public

Works as expected now, closing old issue.

sean-public avatar Jan 20 '24 09:01 sean-public