Full sized image not displaying
-
I’m learning to use wordpress with twentyseventeen for a tiny business I’m setting up. I have a problem with images not displaying in fullsize, rather thumbnail sized images are displayed upscaled to the size I want. I’ve set the option from “thumbnail” to “full size” in the blocksettings.. I have kind of solved the problem but I would love to know _why_ the problem is solved to avoid future headaches and to make sure it’s a good solution.. I also wonder why it’s broken in the first place…
This is the code for the image block:
<figure class="wp-block-image size-full is-style-default"><img src="https://localhost/wordpress/wp-content/uploads/2020/11/DSCF5833.jpg" alt="" class="wp-image-121"/></figure>
And when I remove:
class="wp-image-121"
images are displayed as the original upload.
- The topic ‘Full sized image not displaying’ is closed to new replies.